iOS Game Center: Scores not showing on leaderboard in sandbox

前端 未结 2 1047
天命终不由人
天命终不由人 2020-11-30 02:45

I\'m developing a Game Center enabled game and I\'m running into an issue in the sandbox environment. I can successfully report the score without error. However, when I show

2条回答
  •  自闭症患者
    2020-11-30 03:20

    Try changing timeScope.

    Sometimes GKLeaderboardTimeScopeAllTime & GKLeaderboardTimeScopeToday returns nothing but GKLeaderboardTimeScopeWeek works fine. I think it's a GC sandbox server problem.

    Hear us Apple: use some of those billions to make your web services better.

提交回复
热议问题