android - Alternatives for all google play games deprecated API's? -
i want add multiplayer game, using google play game services api.
following post: https://android-developers.googleblog.com/2016/12/games-authentication-adopting-google.html
there lots of deprecated api:
games.players.getplayersearchintent()
games.players.loadconnectedplayers()
games.players.loadinvitableplayers()
value leaderboardvariant.collection_social
invitations.loadinvitations()
realtimemultiplayer.getselectopponentsintent()
turnbasedmultiplayer.getselectopponentsintent()
methods in requests package.
i didn't find helpful discussion regarding alternatives deprecated api.
i don't want integrate deprecated api in game.
may shed light regarding this?
thanks in advance!
Comments
Post a Comment