Testing .xap on windows phone 8, without registration

淺唱寂寞╮ 提交于 2019-12-10 16:40:04

问题


I have got a .xap file, i mailed it and opened it in my windows phone 8. It gives me company app error.

Also i tried it with deployment in visual studio, it runs fine with emulator but problem with device(zune software not installed) whereas i have installed it and it is not detecting the device.

My question is that can we test an application without any company registration on windows phone device, just for testing purpose. I have got an microsoft account.


回答1:


You can deploy the XAP, but you must unlock the device first.

Fortunately, it's now a free process, you don't need a devcenter account anymore. The only limitation is that you can deploy only two applications at a time (when deploying a third application, you must remove a previous one).

The procedure is described here: http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff769508(v=vs.105).aspx




回答2:


I think Beta testing will help u.We can upload a build as beta version to the market for testing purposes.Have a look on the below link. Beta Version in WindowsPhone




回答3:


I think that the live test of phonegap (as you said you use it) will be great for you. Please see http://app.phonegap.com/ for more information.




回答4:


You can check unsigned apps up to two apps on a free account.




回答5:


If you have Visual studio installed, search for "Application deployment" from start or Run XapDeploy.exe. Test unsigned .XAP



来源:https://stackoverflow.com/questions/19159325/testing-xap-on-windows-phone-8-without-registration

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!