I did not find a way in the GameKit documentation to delete a player's score from within my app. Is this possible?
-
1I'm hoping Apple does more work on GameKit and provides more management tools (e.g. score/category/player deletion, modification, etc.) for developers. – jtalarico Nov 17 '10 at 16:28
6 Answers
Happily, Apple responded to the fake score problem and now there's a more convenient and efficient solution for managing fake scores compared to sending an e-mail:
Apple Announcement from October 28th, 2013: Manage Game Center Leaderboard Scores
You can now view and manage the top 100 scores and usernames for all of your Game Center leaderboards. Protect your legitimate players by signing in to iTunes Connect to delete fake scores or block players that post fake scores. You can also restore scores and players within the same time period. To learn more, read the Managing Game Center Leaderboard Activity section in the iTunes Connect Developer Guide.
Unfortunately, there's still no programmatic way to do this, but at least it's something.

- 22,201
- 9
- 82
- 98
As of 9/13/17, the procedure to manage leaderboard scores is:
- log in to https://itunesconnect.apple.com
- Click on My Apps
- Click on app containing target leaderboard
- Click on "Features" (top bar)
- Click on "Game Center" (side bar)
- Under "Group Leaderboards" click "More"
- In popup, click "Manage Scores and Players"
It takes a few seconds for the table to populate, so be patient. You can only Remove or Block the top 50 entries.

- 91
- 1
- 6
-
Seems in 2020 it's not possible? `Manage Scores and Players` is not showing.. – Blue Bot May 10 '20 at 13:26
The link provided in the announcement from Apple on 28th October 2013 no longer works.
However, it is no longer necessary to contact iTunes to delete a leaderboard score or block a user. Instead you
- log in to your iTunesConnect account,
- open "Manage your Apps"
- open the app with the Game Center leaderboards
- open "Manage Game Center"
- in the "Leaderboards" section you will find the button "Manage scores and players"
Here you can delete a score or block a player

- 49
- 1
Sorry, but no. Once the score is posted directly, it can't be removed unless you contact Apple, but if your app is big enough, you will not have time to remove each score.

- 36
- 2
From what I read, some where, you can't - I think it was on Apple's developer site. You have to send them an email to remove the score.
Edit: I was wrong, it's on here, page 3

- 7,813
- 9
- 47
- 65