We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I call CocoonGooglePlayGames.RequestLogin I get following error message in developer app console: {"code": 100002,"message":"SIGN_IN_FAILED"}
What could be the reason for that?
The text was updated successfully, but these errors were encountered:
I've been getting this repeatedly too and can't figure out what has changed (a previous app with same settings worked fine)
I've rebuilt the project and game services in the Google Dev Console to see if that will have any effect but sadly not.
I got in contact with Google Dev Support who suggested changes to unify Goggle sign-in might the issue (https://android-developers.googleblog.com/2016/12/games-authentication-adopting-google.html) but I'm not convinced that is the root cause
Sorry, something went wrong.
It was wrong game services APP_ID in Androidmanifest.xml. I just reinstalled cordova platform and not it works.
cordova platform remove android cordova platform add android
No branches or pull requests
When I call CocoonGooglePlayGames.RequestLogin I get following error message in developer app console: {"code": 100002,"message":"SIGN_IN_FAILED"}
What could be the reason for that?
The text was updated successfully, but these errors were encountered: