A.Vila
A.Vila

Reputation: 1496

Install an appx manually on multiple Windows Phone 8.1 devices

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:

Thank you very much!

Upvotes: 0

Views: 258

Answers (1)

Khrimm
Khrimm

Reputation: 136

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.

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.

More info here: https://msdn.microsoft.com/en-us/library/windows/apps/jj215598%28v=vs.105%29.aspx

Upvotes: 1

Related Questions