iOS Game Center: Scores not showing on leaderboard in sandbox

前端 未结 2 1048
天命终不由人
天命终不由人 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:01

    I ran into the same issue with projects I've worked on.

    The GC Leaderboards (Sandbox/live) will only return scores if there are two or more players on the Leaderboards.

    So make sure you either submit the score with 2 different accounts on one 1 device or 2 different accounts on separate devices.

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题