You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a very similar issue to #6 submitted by @henriquelalves. I am using Godot 3.1, my log is as below:
08-04 16:20:56.762 29260 29260 D FrogSquare: Play Service Available. 08-04 16:20:56.817 29260 29260 D FrogSquare: Google::Initialized 08-04 16:20:56.827 29260 29260 D FrogSquare: Google not connected 08-04 16:21:04.549 28371 28371 W SignInActivity: onSignInFailed()... 08-04 16:21:04.549 28371 28371 W SignInActivity: Sign in failed during 7 08-04 16:21:04.549 28371 28371 W SignInActivity: ==> Returning non-OK result: 10002 08-04 16:21:04.694 29260 29260 D FrogSquare: onActivityResult: reqCode=9001, resCode=0 08-04 16:21:04.695 29260 29260 W FrogSquare: SignInResult::Failed code=4, Message: null
I am sure that I am using the correct keystore, and app id is set in config.py correctly.
The difference from @henriquelalves 's problem is that their log is as "SignInActivity: Sign in failed during 6" and mine is as "SignInActivity: Sign in failed during 7". Not sure what it means and if that would help.
The text was updated successfully, but these errors were encountered:
SOLVED
As @vini-guerrero mentioned in issue #19 , I have modified res/values/ids.xml file with my app's ID and recompiled.
I strongly encourage you to update the README so people wouldn't struggle for days trying to figure out what might be causing the issue.
Having a very similar issue to #6 submitted by @henriquelalves. I am using Godot 3.1, my log is as below:
08-04 16:20:56.762 29260 29260 D FrogSquare: Play Service Available.
08-04 16:20:56.817 29260 29260 D FrogSquare: Google::Initialized
08-04 16:20:56.827 29260 29260 D FrogSquare: Google not connected
08-04 16:21:04.549 28371 28371 W SignInActivity: onSignInFailed()...
08-04 16:21:04.549 28371 28371 W SignInActivity: Sign in failed during 7
08-04 16:21:04.549 28371 28371 W SignInActivity: ==> Returning non-OK result: 10002
08-04 16:21:04.694 29260 29260 D FrogSquare: onActivityResult: reqCode=9001, resCode=0
08-04 16:21:04.695 29260 29260 W FrogSquare: SignInResult::Failed code=4, Message: null
I am sure that I am using the correct keystore, and app id is set in
config.py
correctly.The difference from @henriquelalves 's problem is that their log is as "SignInActivity: Sign in failed during 6" and mine is as "SignInActivity: Sign in failed during 7". Not sure what it means and if that would help.
The text was updated successfully, but these errors were encountered: