How to remove a Google Play Leaderboard highscore

淺唱寂寞╮ 提交于 2019-12-22 08:03:03

问题


I've just published my game and I see that the high score from testing is still present as the high-score. How do I remove it/reset the leaderboard?


回答1:


In game load leaderboard or achievements -- in right top corner click settings -- sharing -- Disconnect (with check box "also delete all activities in google"). It will remove all your scores




回答2:


Answer - you can't. Leaderboards are fixed after publishing and you can't remove entries. I could either hide the dubious score, or, as I did, create a new leaderboard and delete the old.

Importantly, this Stackoverflow question - How do I reset Google Play Games leaderboards before publishing? - that I referred to before publishing was invalid. My test leaderboard was not reset upon publishing. In future I'll be sure that test scores are suitably low and irrelevant.




回答3:


I'm approaching this question to remove any entries of possible cheaters. I see an API method to hide a certain player: https://developers.google.com/games/services/management/api/players

Same in REST API: https://developers.google.com/games/services/management/api/?hl=en#Players

Someone can also enable Anti-Piracy (https://developers.google.com/games/services/android/antipiracy) for the app, Tamper protection for the leader board (http://www.androidpolice.com/2014/12/21/google-play-games-introduces-new-publishing-api-and-leaderboard-tamper-protection-improves-unity-plugin-and-c-sdk/), but that only seems to be advisable if you are Android only and you don't have iOS and HTML release.




回答4:


NOTE: Only draft leaderboards can be deleted. Only highscores on draft leaderboards earned by testers can be reset.



来源:https://stackoverflow.com/questions/23835050/how-to-remove-a-google-play-leaderboard-highscore

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!