0
votes

i'm new at windows phone app. I'm trying to setup my appcelerator, i installed visual studio 2013 with window phone sdk like the appcelerator documentation say and all went well. After i write the classic hello world i saw that in my appcelerator there aren't the windows phone emulator. I searched on internet some information and now i think i can't use the simulator without pay a developer license. That's true? i can't test my app without a license?

I founded also that maybe i can run my app on only 1 device for free. That's true? I hope you can help me :) Thanks.

1
You can use the Windows Phone emulators without having to pay for a developer licence - but you do need hardware/operating system support for Hyper-VRowland Shaw

1 Answers

0
votes

To build for a Windows Phone emulator, you need to obtain your Windows publisher ID. You can run windows app using the CLI command: appc run -p windows. Follow this guide here for details. And you don't have pay to use Windows phone emulator. Also refer to this link which might help you.