googlesamples / google-signin-unity

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

Android App crashed when calling GoogleSignIn_Configure #194

Open wannasaynone opened 3 years ago

wannasaynone commented 3 years ago

app will crash when calling GoogleSignIn_Configure in GoogleSignInImpl please fix this

Unity Version: 2020.3.16f1 Google Signin SDK Version: 1.0.4

Claptrap725 commented 3 years ago

I have the same problem. All I did was use the sample code found in this repo and it crashes right when the SignIn() is called. Been trying different things for hours now. It just always makes my android app crash and doesn't throw any errors so kind of impossible to debug. Almost acts like it getting stuck in an infinite loop.

Unity Version: 2020.3.11f1 Google Signin SDK Version: 1.0.4

lukassdzalbs commented 1 year ago

Hi, for the future users, i repeated this by enabling Minify - Release (and fixed it by unchecking it)