5
votes
0answers
111 views

How can I prevent a buggy old version of my game from posting scores to the Gamecenter Leaderboards?

I found that an older version of my game has a bug that causes some crazy scores to be posted to the leaderboard. I can delete these scores by editing the acceptable range in iTunesConnect and my ...
8
votes
1answer
538 views

How are you handling scores that can worsen (e.g. Elo rating) in Game Center?

Currently, Game Center leaderboard scores can only change one-way (e.g. increase). This makes it impossible (I think) to deal with Elo ratings and the like. How are you getting around this in your ...