Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to delete scores in Apple's Game Center programmatically?

Tags:

center

gamekit

I did not find a way in the GameKit documentation to delete a player's score from within my app. Is this possible?

like image 457
Marc-André Weibezahn Avatar asked Oct 18 '10 17:10

Marc-André Weibezahn


3 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.

like image 157
Mobiletainment Avatar answered Sep 20 '22 06:09

Mobiletainment


As of 9/13/17, the procedure to manage leaderboard scores is:

  1. log in to https://itunesconnect.apple.com
  2. Click on My Apps
  3. Click on app containing target leaderboard
  4. Click on "Features" (top bar)
  5. Click on "Game Center" (side bar)
  6. Under "Group Leaderboards" click "More"
  7. 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.

like image 36
user4603158 Avatar answered Sep 22 '22 06:09

user4603158


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

like image 44
Bjørn Kjølseth Avatar answered Sep 21 '22 06:09

Bjørn Kjølseth