【发布时间】:2016-03-17 09:05:06
【问题描述】:
Google Play 游戏服务具有事件机制,该机制具有根据提供的数量增加特定事件的方法。 Android/iOS/C++的所有SDK,都有增加事件的方法。
但是 REST API 没有这个方法 (https://developers.google.com/games/services/web/api/events)
唯一相似的事件是记录事件(https://developers.google.com/games/services/web/api/events/record#auth)
但它需要用户进行身份验证。
提前致谢。
【问题讨论】:
标签: rest google-play google-play-services google-play-games