1
votes

I have UWP app in the store, but now I want to make new update available to only selected customers with registered email-id. I found that this can be possible by generating package flights and creating user group, but by that old version will be still available for download for general public or those who have app link. Is it possible to remove current app package so that if even user has an app link, he can't download app any further but only users mentioned in package flight group can download my app. Thanks.

I also tried to make product unavailable, and in package update there's no option to distribute package to only selected user. Please check below screenshot. enter image description here

2

2 Answers

0
votes

In this case you can change distribution options in the "Distribution and visibility" section when updating the package.

You can generate promotional codes to distribute to specific people on Windows 10. This will ensure that your app is visible only to selected people. Please see this post:

https://msdn.microsoft.com/en-us/windows/uwp/publish/set-app-pricing-and-availability#distribution-and-visibility

0
votes

Is it possible to remove current app package so that if even user has an app link, he can't download app any further but only users mentioned in package flight group can download my app.

First you may need to make your old app unavailable by clicking the "Make product unavailable" as following: enter image description here After that you can create a new submission and let your UWP App only available to selected users by changing the distribution options in the "Distribution and visibility" as @Daniel Krzyczkowski said. enter image description here

Besides, if you only want to let your UWP app available for selected users for testing purpose, you can creat a Beta version of your app, for more information, please check: Beta testing and targeted distribution.