I did not find a way in the GameKit documentation to delete a player's score from within my app. Is this possible?
相关问题
- css div center multi-line text vertically and hori
- How do I set the height of an iframe with the min-
- How to set centers of shapes/fixtures/bodies in Bo
- Java - how to center vertical column of components
- Google Map v3 - Center a infowindow when opened
相关文章
- display CENTERED row of images
- Why are images centered vertically with `line-heig
- True Center Vertical and Horizontal CSS Div [dupli
- How to align properly center the social footer and
- Android TabHost Center active Tab
- iOS USB HID programming
- Justify and Center <textarea> text HTML/CSS?
- Formula to find points on the circumference of a c
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
As of 9/13/17, the procedure to manage leaderboard scores is:
It takes a few seconds for the table to populate, so be patient. You can only Remove or Block the top 50 entries.
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:
Unfortunately, there's still no programmatic way to do this, but at least it's something.
According to this, you'll need to email itunesconnect@apple.com to report cheating to remove scores.
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
Here you can delete a score or block a player
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.