排行榜未找到统一

时间:2017-10-20 10:21:25

标签: ios unity3d game-center-leaderboard

我正在尝试在我的团结游戏中实现itunes Game Center但面临错误Leaderboard not found从小时开始搜索,但无法找到任何解决方案。 以下是我正在使用的代码片段。

Social.ReportScore(Scores, leaderboardID, (bool successful) =>
            {
                if (successful) Debug.Log("Successfully uploaded");
                else Debug.Log("Failed to uploaded");
            });

更新

debug Social.localUser显示1000 - Lerpz - False - Offline。 我在Windows 10上使用Unity 5.5.2f1。

0 个答案:

没有答案