Hi,
I'm making a UWP app that will be preinstalled on some PCs (i.e. will be installed on the machine when the user starts using the PC for the first time).
The app can also be downloaded from the Microsoft store.
Is there a way to determine whether the app was initially launched from the preinstallation or from the Microsoft store.
I know we can create 2 separate versions and check based on that, but from what I tested, there is still an "Open" button available on the store page of the app (even if it's updatable), which launches the existing preinstalled version.
Is there any indication inside the app for the open action from the store page?
Thanks,
Gilad.