-
Notifications
You must be signed in to change notification settings - Fork 209
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
Authorize Issue in bundle release #332
Comments
I think I had the same issue. There are potentially 3 different SHA-1 keys. There's the one used to sign your debug version, the one used to sign your release build version and you may have a different one that Google Play Store uses to sign your actually released app. You can find it in the Play Console under @StasDoskalenko @aboveyunhai - is it worth adding a note about this in INSTALLATION.md? It mentions needing both the debug and release SHA but it may not be obvious to some people that the actual release key isn't necessarily the one you use to sign the release build with. This was definitely a point of confusion for me and i've seen a couple of other issues where this has been raised. |
Thank you. Resolved. |
after @jamesalester's answer, I went to https://console.cloud.google.com/apis/credentials and added OAuth client ID. It solved my problem because the one I use to sign release build was not same with the one from |
In the "App signing" step of the release setup, there's a requirement to provide the SHA-1 fingerprint for authentication purposes. However, it's unclear whether this should be derived from the app signing key certificate or the upload key certificate? |
I tried @jamesalester's solution but unfortunately still doesn't work for mine. I then added it as well to the firebase and retrieved a new google-services.json file from it. Anyone here have a similar setup as mine? Or does anyone have a similar experience? |
@yogesh048 |
Hello,
I am use this module in react native app, this is working fine in debug and release APK. but when i was create bundle and upload on play store the sign in process stop also, my google console app is fully verified. i can't understand what is wrong with this.
The text was updated successfully, but these errors were encountered: