What's the replacement for MarketplaceReviewTask in Windows Phone 8.1 Universal Apps

后端 未结 7 1464
逝去的感伤
逝去的感伤 2020-12-14 10:23

I\'ve looked everywhere and just can\'t find a way to launch the Rate and Review from my app. Does anyone know how to launch this task on the new Windows Phone 8.1?

7条回答
  •  醉梦人生
    2020-12-14 10:59

    I can confirm that the method posted by user3496220 is working but only if you are using app id of your app from Dev Center (not CurrentApp.AppId) Like this in your case:

    await Windows.System.Launcher.LaunchUriAsync(
        new Uri("ms-windows-store:reviewapp?appid=fc0c29fc-f615-4753-aad7-5cf760ca5d2d"));
    

提交回复
热议问题