App Reviews can impact a user's decision to download or buy your app, and provide valuable feedback for enhancements and issues for v.next. It's important to make it apparent and easy for users to add a review for your app so you are sure to gather as many of these reports as possible.
Let's explore three ways that a user can get to the review page for your app:
Windows.System.Launcher.LaunchUriAsync(new Uri("ms-windows-store:REVIEW?PFN=MY_PACKAGE_FAMILY_NAME"));(Just replace MY_PACKAGE_FAMILY_NAME with your app's PFN).
MORE INFO
INFO AND CODE