在Google Play服务排行榜上隐藏假分数

时间:2015-05-18 12:54:51

标签: android google-play-services leaderboard

我几天前发布了我的Android游戏,我刚刚注意到排行榜上有一个假分数。

我听说可以手动隐藏这些内容,使用player.hide():https://developers.google.com/games/services/management/api/players/hide,但我无法找到获取所需玩家ID的方法。

有谁知道怎么做到这一点?或者,如果有其他方法可以隐藏假分数?

提前谢谢你:)

1 个答案:

答案 0 :(得分:2)

您可以使用REST管理API隐藏特定玩家的得分。

See the documentation of the call to see how it can be done。可悲的是,没有GUI可以做到这一点。