-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
*Unknown error SIGN_IN_REQUIRED(4) #30
Comments
Same here, any clue? |
I found the solution to my problem, this plugin works if you use it on a signed apk build, also I had to link my app to my google console credentials And dont forget to add testers accounts in your app settings now is working EDIT |
Yes...I am having the same problem.... It's working sometimes, sometimes not.... But on some devices it's always working....!!! I don't understand..... |
Hi guys, I have same problem. It didn't work on my phone. So I delete my Google Play Games profile; delete app; install again; create new Google Play Games profile and now it works on my phone again :) |
https://developers.google.com/games/services/console/enabling#c_specify_client_id_settings I use those step and it works |
It only works in RELEASE mode. DEBUG mode will not work. |
@sajmons my game is in RELEASE mode . . . i've set up everything correctly on google play dev console but it's still showing me this.... |
@Dipayon3D check your config.xml if you included plugin with APP_ID parameter like this:
And your package.json like this:
|
@sajmons the plugin is working sometimes . . . sometimes it's not working, showing me that *Unknown error SIGN_IN_REQUIRED(4) alert dialog . . . i think when the plugin fails to communicate with Google play, it throws that error... but the plugin IS WORKING - sometimes - that's what bothers me . . . this is a great plugin and it's unfortunate that this issue is making me look for workarounds.... did u not face this issue ever ?? |
That's really strange. I don't have those problems. |
Exactly the same issue for me, except mine doesn't work at all.. The app is released, signed and configured properly with Google Play Console. The only build errors are: Is there a workaround? |
The plugin was working perfectly before...but all of a sudden it stopped working and the message in the title is showing the first time the app is opened.... After that it fails every time.... It's not even trying to connect.....It fails as soon as Button is clicked.....
The text was updated successfully, but these errors were encountered: