ptgamr / cordova-google-play-game

Cordova Plugin For Google Play Game Service
35 stars 64 forks source link

Cannot login again if canceling first time #8

Open ArtoriusDesign opened 9 years ago

ArtoriusDesign commented 9 years ago

I get the following message in console: 01-18 22:48:08.301: W/GameHelper(26899): !!! GameHelper WARNING: beginUserInitiatedSignIn() called when already connecting. Be patient! You can only call this method after you get an onSignInSucceeded() or onSignInFailed() callback. Suggestion: disable the sign-in button on startup and also when it's clicked, and re-enable when you get the callback.

This happens when canceling the login window called from googleplaygame.auth(GPsuccess, GPfail); and trying to login again. Any suggestion?