I have built-in custom URI schemes in my Windows Phone 8.1 application.
I can add Extension to Package.appzmanifest and run the application, say alsdk://hello
when the application is installed .
But, when the application is uninstalled or not installed, this link is disabled (marked in the mailbox of the mailbox). Therefore, in this case, I can not enter the repository to install the application.
My question is: Is there any URI scheme for launching the store if the application is not installed and launches the application directly if it is installed using the application identifier or some means.
Any help is appreciated. Thanks
source
share