Version: 5.6
Приложения Windows Store: Примеры
Known issues

Windows Store Apps: Code snippets

How to to implement “Rate Us” functionality?

Associate these lines with button click.

#if NETFX_CORE
            string productID =  Windows.ApplicationModel.Package.Current.Id.FamilyName;
            Application.OpenURL("ms-windows-store://pdp/?ProductId=" + productID);
#endif
Приложения Windows Store: Примеры
Known issues