windows phone 8.1如何访问应用商店,商店评论的连接

Windows Phone 8.1 中可以使用这个链接跳转到应用评论页面:

 

await Windows.System.Launcher.LaunchUriAsync(

new Uri("ms-windows-store:reviewapp?appid=" + CurrentApp.AppId));

 

 

 

 

 

 

 

 

posted @ 2014-12-08 07:43  大黑兔  阅读(340)  评论(0编辑  收藏  举报