Closed alexisVidal29 closed 4 years ago
have you added the sha-1 of the release key ?
have you added the sha-1 of the release key ?
i mean my release apk works fine but when i try google login shows that exception, the app works fine only the google login fails
What exception are you getting?
What exception are you getting?
after it shows account for pick up, the exception is: The google sign in could not completed it's process correctly in debug mode have no problem
It seems you have an issue with release configuration did you add the sha1 of the keystore you are using for release in firebase console portal?
On Sat, May 30, 2020, 8:22 PM Alexis Vidal notifications@github.com wrote:
What exception are you getting?
after it shows account for pick up, the exception is: The google sign in could not completed it's process correctly in debug mode have no problem
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/CrossGeeks/GoogleClientPlugin/issues/57#issuecomment-636402174, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATOAJ6NU67XTKXVY6I376LRUGPNRANCNFSM4NOYN4ZA .
excuse can you help with these configuration
Are you using a local keystore to sign the apk on release or using PlayStore auto-signing?
On Sat, May 30, 2020, 8:32 PM Alexis Vidal notifications@github.com wrote:
excuse can you help with these configuration
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/CrossGeeks/GoogleClientPlugin/issues/57#issuecomment-636403056, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATOAJZNS7ZMOOLO4D2CF4LRUGQRBANCNFSM4NOYN4ZA .
im using a local keystore(ah-doc) i already create on firebase console an android application with the sha1 key
To get the SHA1 for the release keystore:
keytool -exportcert -list -v \
-alias
On Sat, May 30, 2020, 8:42 PM Alexis Vidal notifications@github.com wrote:
im using a local keystore(ah-doc) i already create on firebase console an android application with the sha1 key
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/CrossGeeks/GoogleClientPlugin/issues/57#issuecomment-636403845, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATOAJ4UGBIMCIZT462YRJDRUGRWXANCNFSM4NOYN4ZA .
im using xamarin forms, its works fine on debug mode but when i generate the apk file and install on device, it fails with the exception: The google sign in could not completed it's process correctly