In windows phone 8, we could use MarketPlaceReviewTask
to let user review our app. In Windows 8, seems this is the right way:
Windows.System.Launcher.LaunchUriAsync(new Uri("ms-windows-store:REVIEW?PFN=MY_PACKAGE_FAMILY_NAME"));
But how to do that in Windows Phone 8.1, Windows Phone Runtime? what is the uri format? thanks.