RDP1974 40 Posted August 21, 2020 hello, do you know if with Delphi is possible to do a UWP app that's updating byself using store/uwp/update API? (as all UWP store apps are doing) If yes, how to? Docs somewhere? thanks Share this post Link to post
Der schöne Günther 316 Posted August 21, 2020 Automatic updates don't really have anything to do with "UWP". Automatic updates are handled by the operating system. http://docwiki.embarcadero.com/RADStudio/Rio/en/Preparing_a_Windows_Application_for_appx_Package_Distribution http://docwiki.embarcadero.com/RADStudio/Sydney/en/Submitting_Your_App_to_the_Windows_Store and Share this post Link to post
RDP1974 40 Posted August 21, 2020 9 minutes ago, Der schöne Günther said: Automatic updates don't really have anything to do with "UWP". Automatic updates are handled by the operating system. http://docwiki.embarcadero.com/RADStudio/Rio/en/Preparing_a_Windows_Application_for_appx_Package_Distribution http://docwiki.embarcadero.com/RADStudio/Sydney/en/Submitting_Your_App_to_the_Windows_Store and I see all UWP's in windows store are updating automatically (privacy allow background app) or manually through "download and updates" section of the store so there should be API for update or is enough to upload a provisioned file with version inc? Share this post Link to post