UWP app, How to let a user to decide to upgrade to new version with different pricing?

SmilingMoon 981 Reputation points
2020-06-03T03:37:45.457+00:00

I have a UWP app with one time purchase.
I've done major change on the app and want to go with yearly subscription.

For existing app user, I like to pops up a window asking if they want to upgrade or not.
Some might wants to stay because they keep it old version without any further payment.
Some might wants to upgrade for new features.

How can I program this, controlling the upgrade?
Any example or doc for this?

Thank you,

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

Accepted answer
  1. Richard Zhang-MSFT 6,936 Reputation points
    2020-06-03T06:48:07.6+00:00

    Hello,

    Welcome to Microsoft Q&A!

    The upgrade of UWP apps is managed by the Microsoft Store. When you submit a new package in the store, the Microsoft Store will automatically update the app after detecting the version update. The UWP app cannot prevent itself from upgrading. That means all the users will update your app to the latest version which uses subscription.

    You can consider keeping the old version of the application, then create a new application, and encourage users to migrate to the new version if they are willing to pay for the subscription.

    In this way, you can continue to maintain a one-time payment in the old application, use the annual subscription in the new application.

    Thanks.


0 additional answers

Sort by: Most helpful