Does MS Store upgrade appp automatically to mandatory new version?

Sky Youngjin Kim 116 Reputation points
2020-09-25T22:05:39.963+00:00

For UWP windows app registered in MS Store for years.

I submitted new version with marking this version upgrade mandatory.
If a user launches the app in old version, does it automatically upgrade to new version and launch the app again?

I thought this is what it does.
But, recently I submitted new version and tested the upgrade after two days of submission. It launches old version and does NOT upgrade it at all.
Now, I'm confused. Does MS store take care of upgrade or I have to program for upgrade?

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

Accepted answer
  1. Roy Li - MSFT 32,111 Reputation points Microsoft Vendor
    2020-09-28T02:49:32.357+00:00

    Hello,

    Welcome to Microsoft Q&A!

    Does MS store take care of upgrade or I have to program for upgrade?

    You need to write some code in your app to mandatory package updates. The mandatory status of a package update is not enforced by Microsoft, and the OS does not provide a UI to indicate to users that a mandatory app update must be installed. Developers are intended to use the mandatory setting to enforce mandatory app updates in their own code.

    You could refer to this document for more information about the code sample: Mandatory package updates.

    Thank you.


    If the response is helpful, please click "Accept Answer" and upvote it.
    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 comments No comments

0 additional answers

Sort by: Most helpful