所有google play游戏的替代品都弃用了API?

dor*_*506 7 android google-play-games google-signin

我想使用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()
Requests包中的所有方法.

关于所有已弃用的API的替代品,我没有找到任何有用的讨论.

我真的不想在我的游戏中集成已弃用的API.

愿有人对此有所了解吗?

提前致谢!