Is there a way to delete scores in Apple's Gam

2019-02-08 23:43发布

问题:

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

回答1:

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.



回答2:

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



回答3:

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.



回答4:

According to this, you'll need to email itunesconnect@apple.com to report cheating to remove scores.



回答5:

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

https://developer.apple.com/ios/download.action?path=/ios/getting_started_with_ios_4.1/gettingstartedwithgamecenter.pdf



回答6:

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.