When the Windows Store app starts up, do updates install?

We recently updated our application, and it was already in the store (and available) with the new version for several days. We have many users who have not yet updated, including users whose updates are set to automatic.

Is there any trigger or service that is running at some point that applies updates? Is there a way to find out that this has not been done so that we can notify our users? If they want updates as soon as they are available (or within a reasonable time after that), are they forced to update the application manually through the store? Is there a parameter somewhere, how often does it apply updates?

+3
source share
1 answer

Here's the deal. I published the third release for my application. As soon as microsoft emailed me that my third release is in the store, I went in and checked it. It was there. I downloaded it. I did the same on the brothers laptop. This version of my application was supposed to reduce some errors that were noted from my friend. Therefore, when the version was live, I told him to download the update. So he did. I received a search in the store to update the update application, but the store told him that he had the latest version. He checked the version of his application, and that was the version.

Conclusion: when the update is live on the store, even after a few days it does not live for everyone

+1

All Articles