Link to your app

You can help customers discover your app by linking to your app's listing in the Microsoft Store on Windows.

To get the URL for your app's Store listing, navigate to the app's Product Identity identity page in the Product management section of Partner Center. The URL is in the format https://apps.microsoft.com/store/detail/<your app's Store ID>.

When a customer clicks this link, it opens the web-based listing page for your app. From there, customers on Windows devices can launch the Microsoft Store to download and install your app.

Linking to your app's Store listing with the Microsoft Store badge

You can link directly to your app's listing with a custom badge to let customers know your app is in the Microsoft Store.

To create your badge, visit the Microsoft Store badges page. You'll need to have your app's 12-character Store ID in order to generate the badge and link. You can find your app's Store ID in Partner Center on the Product identity page in the Product management section.

Note

See App marketing guidelines for info and requirements related to your use of the Microsoft Store badge.

Linking directly to your app in the Microsoft Store

You can create a link that launches the Microsoft Store and goes directly to your app's listing page without opening a browser by using the ms-windows-store: URI scheme.

These links are useful if you know your users are on a Windows device and you want them to arrive directly at the listing page in the Store. For example, you might want to use this link after checking user agent strings in a browser to confirm that the user's operating system supports the Store, or when you are already communicating via a UWP app.

To use this URI scheme to link directly to your app's Store listing, append your app's Store ID to this link:

ms-windows-store://pdp/?ProductId=<your app's Store ID>

For more about launching the Microsoft Store app using a URI, see Launch the Microsoft app.