Skip to content

Instantly share code, notes, and snippets.

@ceee
Created August 19, 2014 12:35
Show Gist options
  • Save ceee/b40df3169435abd40a2c to your computer and use it in GitHub Desktop.
Save ceee/b40df3169435abd40a2c to your computer and use it in GitHub Desktop.
Launch store in WinRT
// navigate to store (details of app) page
await Windows.System.Launcher.LaunchUriAsync(new Uri("ms-windows-store:navigate?appid=" + CurrentApp.AppId));
// navigate to review page
await Windows.System.Launcher.LaunchUriAsync(new Uri("ms-windows-store:reviewapp?appid=" + CurrentApp.AppId));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment