Reputation: 93
I am developing an app with Phongap. I have 3 buttons with links to the app in each store (Google Play, Itunes and Microsoft Store). I would like to open links to the app in each store depending on the phone you are using (this is already solved). I can do it for Itunes and Android but I can't find the way to open the link using installed Microsoft Store. I am doing this:
Upvotes: 2
Views: 124
Reputation: 93
There are several ways to do it. But this is the one I needed:
ms-windows-store://pdp/?ProductId=
More details: https://msdn.microsoft.com/en-us/windows/uwp/launch-resume/launch-store-app
Upvotes: 1