Apple Store–rate game 评分

#if UNITY_IPHONE || UNITY_EDITOR
    const string APP_ID = "564457517";
    var url = string.Format(
        "itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id={0}",
        APP_ID);
    Application.OpenURL(url);
#endif
posted @ 2020-03-16 10:40  opencoder  阅读(163)  评论(0编辑  收藏  举报