I did not find a way in the GameKit documentation to delete a player's score from within my app. Is this possible?
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.
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.
Manage Scores and Players
is not showing.. –
Biweekly 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
According to this, you'll need to email [email protected] to report cheating to remove scores.
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
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.
© 2022 - 2024 — McMap. All rights reserved.