简体   繁体   中英

Windows 10 Universal App Feedback

How in Windows 10 Unviersal Application invoke Feedback Page in Store? In Windows Phone 8.1 i used

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

but now it's not worked for me

Rather than reference an appid in the link use the PackageFamilyName

ms-windows-store://review/?PFN=xxxx 

where xxxx comes from Windows.ApplicationModel.PackageId.FamilyName

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM