在谷歌玩游戏服务假分数 [英] Fake scores in Google Play Game Services

查看:118
本文介绍了在谷歌玩游戏服务假分数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有些记分牌已经收到假的得分意见书。下面是一个例子:

Some of the scoreboards have been receiving fake score submissions. Here is an example:

同样的事情也发生在一场比赛我做了。有没有一种方法来保护一个自由假意见书,是有缓和的记分牌的方法吗?

The same thing happened to a game I've made. Is there a way to protect one self from fake submissions and is there a way of moderating the scoreboards?

推荐答案

两种技术,我建议......

Two techniques I would recommend...

  1. 最大值和最小值添加到开发者控制台的排行榜。如果你有一个排行榜总星和只有180分的比赛中,设置180为最大值。这将确保骗子最终不会添加这些假冒看分数。
  2. 查看 players.hide()调用。这将隐藏球员和他/她的得分来自公众排行榜,以便其他人可以看到它们。请注意,这REST调用不内置移动图书馆;你需要创建自己的小型网络应用程序(或直接进行卷曲电话)使用此电话。
  1. Add a maximum and minimum value to your leaderboard in the Developer Console. If you have a leaderboard for total stars and there are only 180 stars in the game, set 180 as the maximum value. That will ensure cheaters don't end up adding these fake looking scores.
  2. Check out the players.hide() call. This will hide a player and all of his/her scores from the public leaderboard so that nobody else can see them. Please note this REST call is not built into the mobile libraries; you'll need to create your own mini web app (or make curl calls directly) to use this call.

这篇关于在谷歌玩游戏服务假分数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆