Hi,
Is there a way to know when the UWP app get updated and user access the app for the first time after the update.
If I need to copy certain files or to do some other action after a update for the first time user access the app, what is the best way to do that?
Also after an update it'll not affect any of the existing data in these. Is that correct?
- ApplicationData.LocalSettings
- Sqlite data
- Files in the Localstate folder
Thanks
Madhu