我想使用Google Play游戏服务API将多人游戏添加到我的游戏中。
关注此帖: https://android-developers.googleblog.com/2016/12/games-authentication-adopting-google.html
有许多已弃用的API:
Games.Players.getPlayerSearchIntent()
Games.Players.loadConnectedPlayers()
Games.Players.loadInvitablePlayers()
值LeaderboardVariant.COLLECTION_SOCIAL
Invitations.loadInvitations()
RealtimeMultiplayer.getSelectOpponentsIntent()
TurnBasedMultiplayer.getSelectOpponentsIntent()
请求包中的所有方法。
我没有找到任何有关所有弃用API的替代品的有用讨论。
我真的不想在我的游戏中集成已弃用的API。
愿任何人对此有所了解吗?
提前致谢!