我看到无处不在,只是无法找到一种方法来从我的应用程序启动速率和审查.有没有人知道如何在新的Windows Phone 8.1上启动这个任务?
- await Windows.System.Launcher.LaunchUriAsync(
- new Uri("ms-windows-store:reviewapp?appid=" + CurrentApp.AppId));
这很好!
- await Windows.System.Launcher.LaunchUriAsync(
- new Uri("ms-windows-store:reviewapp?appid=" + CurrentApp.AppId));
这很好!