AppPromo icon indicating copy to clipboard operation
AppPromo copied to clipboard

Fix review link

Open dantler opened this issue 9 years ago • 2 comments

Launches the correct review page for the app. Previously this button just launched the Store without prompting for a review.

dantler avatar Jun 28 '16 04:06 dantler

Just so I know, have you tested this change on Windows 8.0 and later? I ask because that block is using a IF WIN_RT conditional compile so it will apply to multiple builds.

jbienzms avatar Jun 28 '16 14:06 jbienzms

I don't have a Win8 machine to test on, but this is the best way I've found on Win10.

One note: the "FamilyName" API which I use should work on Win8 and WinPhone8.1. What I'm not confident about is the URI scheme. Do you have a macro that can be used to version the URI scheme?

https://msdn.microsoft.com/en-us/windows.applicationmodel.packageid.familyname

dantler avatar Jun 29 '16 03:06 dantler