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

后端 未结 7 1502
逝去的感伤
逝去的感伤 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 11:00

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

    this is good!

提交回复
热议问题