Search code examples
javaandroidgoogle-play-servicesgoogle-play-games

How can I implement google play GAMES sign in?


I got my google sign in working (although it sometimes gives me handleSignInResult: false) with a custom xml layout from this SignInActivity.java, but now I need that the user can sign in to the Google Play Games with the option to choose which email to pick and I want this kind of style that a lot of android games are using which has a nice animation too:

enter image description here

Oh and I read somewhere that you can't use Games.API with Auth.API.

EDIT: I got the code implemented correctly by following this documentation and the login has already the Google Play Games animation, but now my problem that I am trying to resolve is this:

enter image description here


Solution

  • I got the last error fixed by just linking the same game again since you can't delete linked apps and using a tester account.