googlesamples / google-signin-unity

Google Sign-In API plugin for Unity game engine. Works with Android and iOS.
Other
424 stars 229 forks source link

Exception of type 'Google.GoogleSignIn+SignInException' was thrown. #238

Open devang024 opened 1 year ago

devang024 commented 1 year ago

We have had Unity google sign in working till 25th August,2023 in our app on Appstore and Playstore.

But since, 25th August, 2023, on iOS version, Google sign-in stopped working for some devices. Haven't changed anything in firebase dashboard , not any changes in apple dashboard.

Working properly on all devices on Android.

Tried to see through device logs for more info but no clue what causing the issue suddenly on Last released version.

yy4040 commented 1 year ago

I also had a similar problem and eventually solved it. In my case it happened on an Android device. In conclusion, it was a Credentials setting issue in Google Cloud Console.

lvfoxx1 commented 1 year ago

when I set RequestIdToken=false , it works,but I don't know why.

infinitychaos commented 4 months ago

SOLVED! If you have problems with DeveloperError Exception of type 'Google.GoogleSignIn+SignInException' was thrown.

(*) Also if it's not work, you may need to add API Key by go to APIs & Services -> Create Credentials -> API Key, config OAuth consent screen and add service accounts if you don't have. One more thing you need to know, this google Id Token is isolated from firebase, you can get it by just using google cloud without config your firebase. Firebase will require this Id Token for Firebase.Auth. Screenshot 2024-07-10 at 17 37 35

DaneVal commented 4 weeks ago

ademas prueba borrando las credenciales anteriores y realizando los pasos de este post