Windows phone 8 app deployment without phone developer account for testing in other windows 8 phones

StackOverflow https://stackoverflow.com/questions/20464076

Could you please guide me on how to deploy windows phone 8 apps on other windows phone for testing without phone developer account or any other means . Just deploy the .XAP in any other windows phone and test or for giving demo.

有帮助吗?

解决方案

there can be many ways to deploy app on phone.. 1. by launching a beta version of the app and giving microsoft account of the people you want to send it. it will be a 90 days trial and then app will be removed. while this you can also update your app for testers.

  1. by using SD card. put your xap in sd card and then deploy on phone ...

here is the link which might help you

http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402565(v=vs.105).aspx

其他提示

Take a look at this article, it describes the process. You need to register the phone, this process is now free. After the phone has been registered you can deploy apps to it using Visual Studio.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top