Reputation: 81
I would like to distribute an 8.1 App without it being visible for everyone.
In the Windows Dev Center under Pricing and availability section Distribution and visibility I have the following options (no screenshot possible as I just signed up and my reputation is poor):
So I'm stuck, anyone with ideas how to get this solved?
edit: after reading this I think this won't be possible at all for Windows 8/8.1.
Upvotes: 3
Views: 435
Reputation: 81
Based upon the available documentation and having tried options 2, 3 and 4 my conclusion is that for Windows 8/8.1 this is not possible from the store.
The work around that seems to work pretty smooth is to upload the app to the store and hide it there (option 4).
Besides the package to be uploaded (.appxupload file) also a folder is created in your AppPackages folder with the packages and a powershell script to install the package.
Copy this folder to a USB stick, and run the Add-AppDevPackage.ps1 script, and the app can be run and tested on a W8.1 Surface.
Upvotes: 1
Reputation: 31
I have this same question. From the research I've done, this is what I understand to be true:
To emphasize: I am not certain whether the above is actually true. Especially point 3 which is key to the release cycle. These are just the conclusions I've reached after reading Microsofts latest documentation (Beta testing and targeted distribution and Set app pricing and availability). To know for sure, we would have to experiment using an app that is released to the public, which is risky.
I know this solution may not help you if you use devices stuck on Windows 8.1, but the Windows 10 requirement makes sense (similar to how TestFlight only works on iOS 8 or later).
Upvotes: 3