简体   繁体   English

Google Play游戏服务-测试排行榜/成就

[英]Google Play Game Services - testing leaderboards/achievements

I am about to integrate my Android game with GP Game Services, and was wondering if there are any tools for separating data generated during testing from actual players' data. 我打算将我的Android游戏与GP Game Services集成在一起,并且想知道是否有任何工具可以将测试过程中生成的数据与实际玩家的数据区分开。 For example, I do not want my achievements/leaderboard scores that belong to my testing accounts to show up at all in production. 例如,我不希望我的测试帐户中的成绩/排行榜分数全部显示在生产中。
What is the usual approach here, what kind of tools do I have? 这里通常使用什么方法,我拥有什么样的工具? I did not anything useful so far, which suggests I have to live with the problem. 到目前为止,我没有任何有用的信息,这表明我必须忍受这个问题。 Alternatively I could create another game (for testing) on the Play console, use that for testing, while the production APK would use the 'normal' game... any suggestions? 或者,我可以在Play控制台上创建另一个游戏(用于测试),将其用于测试,而正式版APK会使用“正常”游戏...有什么建议吗?

You can use the Play Games Services Managment Tools to do that. 您可以使用Play游戏服务管理工具来执行此操作。

The following is possible using this tool (as specified on the linked site): 使用此工具(在链接站点上指定)可以进行以下操作:

  • Reset, show, hide, and unlock Achievements 重置,显示,隐藏和解锁成就
  • Perform administration on Leaderboards such as hiding players 在排行榜上执行管理,例如隐藏玩家
  • Test and administrate Events and Quests 测试和管理事件和任务
  • Inspect Snapshot data 检查快照数据

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM