alexander-fire
alexander-fire

Reputation: 1082

Install windows app without store

I´ve developed a windows app with cordova/phonegap in visual studio.

I installed it for testing purposes with that instruction: Cordova Visual Studio, install appx on windows tablet

Now, I want to install it on a few devices (Around 10) without publishing the app in the windows store.

With this instruction, I need a developer licence on each device. (and it is limited in time too)

Is there an other opportunity?

Upvotes: 0

Views: 515

Answers (1)

Alan Yao - MSFT
Alan Yao - MSFT

Reputation: 3304

The recommended way is to perform bate app test. But you still need to publish it to the windows Dev center as described in this MSDN article.

For enterprise LOB apps, we can test it using Developer sideloading. But just as you've noticed, it requires developer licence on test device.

Upvotes: 1

Related Questions