CrossGeeks / GoogleClientPlugin

Google Client Plugin for Xamarin iOS and Android
https://www.pujolsluis.com/google-client-plugin-for-xamarin/
MIT License
89 stars 37 forks source link

exception on release #57

Closed alexisVidal29 closed 4 years ago

alexisVidal29 commented 4 years ago

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

husseinshaib1 commented 4 years ago

have you added the sha-1 of the release key ?

alexisVidal29 commented 4 years ago

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

rdelrosario commented 4 years ago

What exception are you getting?

alexisVidal29 commented 4 years ago

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

rdelrosario commented 4 years ago

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 .

alexisVidal29 commented 4 years ago

excuse can you help with these configuration

rdelrosario commented 4 years ago

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 .

alexisVidal29 commented 4 years ago

im using a local keystore(ah-doc) i already create on firebase console an android application with the sha1 key

rdelrosario commented 4 years ago

To get the SHA1 for the release keystore:

keytool -exportcert -list -v \ -alias -keystore

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 .