Skip to content
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

Invalid applicationId with value . Reason: No application ids specified #25

Closed
HanouaJ opened this issue Jun 27, 2020 · 1 comment
Closed

Comments

@HanouaJ
Copy link

HanouaJ commented Jun 27, 2020

After literally following the README.md instructions and Google Play Services setup guide, I am still unable to do the sign in. I used the 1.2.0 version of the code of this repo and also the very last commit. I am using Godot 3.2.1

This is what I get after I do a init() and sign_in():

06-28 01:33:35.985 32276 32332 W PlayCommon: [2113] pds.a: No account for auth token provided
......
06-28 01:33:36.583 30814 30856 E PlayerAgent: Unable to load player gxxxx2538xx327090xxxx
06-28 01:33:36.588 30814 30856 W PlayerAgent: {"errors":[{"domain":"global","reason":"invalid","message":"Invalid applicationId with value . Reason: No application ids specified."}],"code":400}
....
06-28 01:33:36.604 32276 32276 W SignInActivity: onSignInFailed()...
06-28 01:33:36.604 32276 32276 W SignInActivity: Sign in failed during 8
06-28 01:33:36.604 32276 32276 W SignInActivity: ==> Returning non-OK result: 10002

I also see this in the adb logs but I don't think it is related :

15288 15409 W Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
15288 15409 W Conscrypt:     at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@202117021@20.21.17 (040408-316502805):2)
15288 15409 W Conscrypt:     at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@202117021@20.21.17 (040408-316502805):0)

I don't think that my problem is related to the keystore or the SHA1 certs, as I verified it many times.

@HanouaJ
Copy link
Author

HanouaJ commented Jun 28, 2020

It turns out that after the creation of the Google Play Service and linked apps, you have to wait few hours before it becomes operational, sadly it wasn't mentioned anywhere in the Google Play Service documentation. Also, do not forget to add test users to the "Testing" section in the Games Services section in Google Play.

Closing this issue.

@HanouaJ HanouaJ closed this as completed Jun 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant