Version: 2021.2
言語: 日本語
Universal Windows Platform: Examples
Known issues

Universal Windows Platform: Code snippets

How to to implement “Rate Us” functionality?

Associate these lines with button click.

#if ENABLE_WINMD_SUPPORT
            string productID =  Windows.ApplicationModel.Package.Current.Id.FamilyName;
            Application.OpenURL("ms-windows-store://pdp/?ProductId=" + productID);
#endif

• 2017–05–16 修正されたページ

Universal Windows Platform: Examples
Known issues