From e2304983ad71c57b8cd9106877f31c996ae7e29e Mon Sep 17 00:00:00 2001 From: David Antler Date: Mon, 27 Jun 2016 21:43:02 -0700 Subject: [PATCH] Fix review link --- AppPromo.WP8/RateHelper.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AppPromo.WP8/RateHelper.cs b/AppPromo.WP8/RateHelper.cs index e2fa2ba..7c718a9 100644 --- a/AppPromo.WP8/RateHelper.cs +++ b/AppPromo.WP8/RateHelper.cs @@ -252,7 +252,8 @@ static public async Task ShowRatingUI() #if WIN_RT try { - await Launcher.LaunchUriAsync(new Uri("ms-windows-store:reviewapp?appid=" + CurrentApp.AppId)); + var familyName = Windows.ApplicationModel.Package.Current.Id.FamilyName; + await Launcher.LaunchUriAsync(new Uri("ms-windows-store://review/?PFN=" + familyName)); } catch (Exception) {