I am trying to introduce gaming services in Android. Is there a way I can load the score of the current user? I need the previous score so I can add to it
Thank you
I am trying to introduce gaming services in Android. Is there a way I can load the score of the current user? I need the previous score so I can add to it
Thank you
如果你想通过游戏服务做到这一点,你必须检索排行榜的所有分数(选择时间范围和社交/公共),然后找到你的用户。
最好的方法是使用参数为 1 的GamesClient.loadPlayerCenteredScoresmaxResults
。这应该返回一个仅包含用户的 JSONArray。
但是,我建议您将数据存储在本地存储中,并且仅检索游戏服务值作为支持。