有没有办法以编程方式删除 Apple 游戏中心中的分数?
我在 GameKit 文档中没有找到从我的应用程序中删除玩家得分的方法。这可能吗?
I did not find a way in the GameKit documentation to delete a player's score from within my app. Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
令人高兴的是,苹果公司对假分数问题做出了回应,现在有一个比发送电子邮件更方便、更有效的解决方案来管理假分数:
不幸的是,仍然没有编程方法可以做到这一点,但至少是这样。
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.
截至 2017 年 9 月 13 日,管理排行榜分数的流程为:
表格填充需要几秒钟的时间,因此请耐心等待。您只能删除或阻止前 50 个条目。
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.
Apple 于 2013 年 10 月 28 日发布的公告中提供的链接不再有效。
但是,不再需要联系 iTunes 来删除排行榜分数或阻止用户。相反,您
您可以在此处删除得分或阻挡球员
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
根据此,您需要发送电子邮件[电子邮件受保护]举报作弊行为以删除分数。
According to this, you'll need to email [email protected] to report cheating to remove scores.
从我读到的内容来看,有些地方你不能——我认为这是在苹果的开发者网站上。您必须向他们发送一封电子邮件才能删除分数。
编辑:我错了,它在这里,第3页
https://developer.apple.com/ios/download.action?path=/ios/getting_started_with_ios_4.1/gettingstartedwithgamecenter.pdf
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
抱歉,但是没有。一旦分数直接发布,除非你联系Apple,否则无法删除它,但如果你的应用程序足够大,你将没有时间删除每个分数。
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.