A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
For Microsoft Store apps and games, the listing (product) URL is only available after the product has been created and has a Store ID. The documented pattern is:
https://apps.microsoft.com/detail/<your app's Store ID>
This URL opens the web-based listing page, and on Windows devices also launches the Microsoft Store app with the product page.
The Store ID and the link are available in the product identity details once the app is configured in the Store. The Store protocol link (for deep-linking directly from within the app) is also provided there. These identifiers and links are tied to the Store configuration, so they are not available before the product exists in the Store system.
To add an in-app feedback or rating button for a Microsoft Store game:
- Create and configure the game in the Microsoft Store so it has a Store ID.
- Retrieve the product identity details, including the listing URL and Store protocol link.
- Use those links in the game’s feedback button to open the Store listing.
When implementing rating and feedback flows, all reviews must send users to the Store’s rating mechanism, regardless of the star rating chosen. If additional feedback is collected in-app, clearly indicate that this feedback goes directly to the developer and does not affect Store ratings.
References: