How the updates for the UWP paid version app work?

DotNET Fan 211 Reputation points
2023-02-16T07:16:20.0433333+00:00

We have two types of a UWP app, one is a lite version and another  pro version which is paid and have more features. These are maintained separately and have different versions and submitted separately to the store with different appx packages and under different appnames.

The lite version is free and there are no issue for the updates.

The question is on the paid version. If a user buys the paid version , if a new update is available he should not pay for the updates for a certain period or till a certain major version.

How to handle this?  Is this readily available through the Microsoft store framework?

Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
988 questions
0 comments No comments
{count} votes

Accepted answer
  1. Roy Li - MSFT 33,256 Reputation points Microsoft Vendor
    2023-02-16T09:28:05.0566667+00:00

    Hello,

    Welcome to Microsoft Q&A!

    If a user buys the paid version, if a new update is available he should not pay for the updates for a certain period or till a certain major version.

    This is not possible for a paid app. If user purchased a paid app, then the user will own the app. The customer won't need to pay for the app again no matter how much time has passed or whether it has a major update.

    What you want might be the Subscription add-on. You could use subscriptions to sell digital products in your app (such as app features or digital content) with automated recurring billing periods. When user paid for the add-on, he could use all the function for a period of time. After the subscription expires, the user will not be able to use the functions.(By checking the subscription add-on license in your app manually).

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.