Re: [android-developers] Automatic Google+ sign-in

2013-09-20 Thread Douglas Drumond
Nice you found the problem. Cheers! -- Douglas Drumond *GDG Campinas – **eee19.com* *gplus.to/douglasdrumond * – *@douglasdrumond * 2013/9/20 FReDD > Well, here's an update : you actually solved my probl

Re: [android-developers] Automatic Google+ sign-in

2013-09-20 Thread FReDD
Well, here's an update : you actually solved my problem. The key part here is what you mentioned : *unless they signed out*. I had implemented an automatic sign out on leaving the game, I mixed up Google+ sign in and Games Client connection. A big thank you, FReDD Le vendredi 20 septembre 2013

Re: [android-developers] Automatic Google+ sign-in

2013-09-20 Thread FReDD
Ok, thanks for the insight. I must be doing something wrong, then, that would also explain why I didn't find any results relating to this. I don't know what, though, because the connection code is pretty straightforward. Anyway, thanks ! Le vendredi 20 septembre 2013 03:41:09 UTC+2, Douglas Drum

Re: [android-developers] Automatic Google+ sign-in

2013-09-19 Thread Douglas Drumond
After the user signed in, unless they signed out, this should be automatic. At least on my phone (4.3), when I signed in my app, I had to manually sign out to test login with Google+ again because it already used the last account to login the second time I launched the app. I have three accounts on

[android-developers] Automatic Google+ sign-in

2013-09-19 Thread FReDD
Hi everyone, sorry if this topic has been discussed before, I didn't find a definitive answer. I am developing a game with Google Play Game capabilities (leaderboards & achievements). I implemented Google+ sign-in, following the tutorial and the provided code examples. Everything is working fi