We are about to submit a game for Windows 8 with two versions:
So on the ad-supported version, we need a button to link to the store for the full version.
In both versions, we also would like to place a button to link to the store to review each app.
How are these two scenarios handled in Windows 8?
Windows 8.1 machines won't magically stop working on January 10th 2023, but without software updates and security fixes it's a giant risk to keep running the OS next year. Microsoft's support site has a bunch of FAQs and articles to help Windows 8.1 users upgrade or move files to a new machine.
No. Support for Windows 8.1 is discontinued, but the software will continue to function. However, after January 10, 2023, your computer running Windows 8.1 will no longer receive security updates. In addition, Microsoft customer service will no longer be available to provide Windows 8.1 technical support.
If your computer is currently running Windows 8, you can upgrade to Windows 8.1 for free. Once you've installed Windows 8.1, we recommend that you then upgrade your computer to Windows 10, which is also a free upgrade.
Mainstream support ended on July 10, 2018. Extended support until July 11, 2023. Windows 8.1 was never released for this edition.
Thanks to the lovely folks who created Physamajig not only working this out, but also sharing the information on their blog! Here's how you can link directly to your Review page:
Windows.System.Launcher.LaunchUriAsync(new Uri("ms-windows-store:REVIEW?PFN=MY_PACKAGE_FAMILY_NAME"));
Replacing MY_PACKAGE_FAMILY_NAME with the one from your package manifest.
See full details: http://andybeaulieu.com/Home/tabid/67/EntryID/227/Default.aspx
var storeURI = new Uri("ms-windows-store:PDP?PFN=<Your package family name from the manifest>");
await Windows.System.Launcher.LaunchUriAsync(storeURI);
should do the trick.
We asked about linking directly to the review page at an AEL today. The link to Rate and Review in the settings charm is added automatically once your app is in the store. No coding required.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With