问题描述
我正在做Windows Phone 8.1应用程序.可以,我可以在模拟器和手机上尝试它,因为我已经注册了它.
I'm doing a Windows Phone 8.1 application. It works ok, I can try it on emulator and on my phone, because I've registered it.
现在,我必须将应用程序传递给客户端以对其进行测试(他们将在多个设备上对其进行测试).我一直在寻找,但没有发现任何疑问:
Now, I have to pass the app to my client to test it (they are going to test it on multiple devices). I was looking but I didn't find any aswer to this questions:
-
如何创建和发送可安装在手机上的appx?
How can I create and send them an appx that they can install on their phones?
我需要哪种开发者许可证?
What kind of developer license I need?
非常感谢!
推荐答案
如果该设备不是注册的开发人员设备,则无法直接加载Windows Phone appx文件.遗憾的是,只能注册3个设备.
sideloading Windows Phone appx files is not directly possible if the device is no registered developer device. And sadly there can be only 3 devices registered.
您可以在开发者帐户仪表板中设置一个新应用,然后将其作为Beta版提交给商店.然后,您可以通过输入他们的电子邮件地址来邀请"多达10000个人.
You can set up a new app in your developer account dashboard and submit it to the store as a beta version. Then you can "invite" up to 10000 people by entering their email addresses.
更多信息在这里: https://msdn.microsoft .com/en-us/library/windows/apps/jj215598%28v = vs.105%29.aspx
这篇关于在多个Windows Phone 8.1设备上手动安装appx的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!