HomeWindowsMarketplaceReviewTask in Windows Universal Apps

MarketplaceReviewTask in Windows Universal Apps

In Windows Phone 8 and earlier versions , we had the launcher called “MarketplaceReviewTask” that launches the Rate and Review app . There are times when you want to launch the Rate and Review App from your Application when developing Windows Phone 8.1 (XAML App) or Universal App.

MarketplaceReviewTask in Windows Universal Apps

You can use the Windows.System.Launcher.LaunchUriAsync method and provide the Uri scheme to launch the app as shown below.

string AppId = CurrentApp.AppId;
await Windows.System.Launcher.LaunchUriAsync(
    new Uri("ms-windows-store:reviewapp?appid=" + AppId ));

Leave a Reply

You May Also Like

This blog post will guide you through several effective methods to troubleshoot and resolve the issue of Microsoft Edge not...
Windows 11 offers a range of audio enhancements that can enrich your listening experience. These enhancements include features like virtual...
Windows 11 brings a fresh and visually stunning design to your desktop, and one of the standout features is the...