chrjs
chrjs

Reputation: 2443

How can I deploy a Windows Phone App on devices which I do not own?

I have to develop a Cordova Application which should also be available for Windows Phones.

What I want to do:

I'm used to that from Android Development (send apk, profit..) and at the moment I can't see any convenient way to accomplish this.

Is there something I missed?

Upvotes: 0

Views: 75

Answers (2)

Kory Gill
Kory Gill

Reputation: 7163

Generate a promotional code for your beta testers.

Older store apps had a "beta" setting. Using a promotional code is the new way, and offers improved experience.

Another method is to hide the app in the store, and only let people with a direct link download it. You set this via distribution and visibilty.

Upvotes: 3

Michal Kania
Michal Kania

Reputation: 606

If "other people" download Windows Software Development Kit they can use Windows Phone Application Deployment software. They just download your package and install it using this. But they have to unlock their phones so it can be tricky. But as I can read here

https://msdn.microsoft.com/en-us/library/windows/apps/ff769508(v=vs.105).aspx

everyone can unlock one phone without having developer account (just need to have an account). But it's written for WP8 but so I'm not certain if it might work. Updating an app is done using the console

https://msdn.microsoft.com/en-us/library/dn632395.aspx

Upvotes: 2

Related Questions