Is there a way to know when the UWP app get updated and user access the app for the first time after the update.
We provide Update Task background task that invokes a background task after the app is updated on the device. This document details how to register the background task to run when the app is updated.
In general, we store the current app's version number into the LocalSettings
. Every time we start the application, we check the version of the application and compare it with LocalSettings . You can get package version with the PackageVersion api.