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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -