You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've downloaded the Unity package for 1.0.2 and set up the sample scene with my web client-id. When pressing the Sign-in button in the app, it displays "Calling Sign In" however no response is ever received, and no activity log is noted in Google to indicate a login attempt was made. No prompt is ever displayed requesting a login and password. I've followed the steps in the documentation as closely as possible. Any troubleshooting suggestions?
Activity
claywilkinson commentedon Jan 2, 2018
Can you share the output of logcat from when the app starts to when you click the sign-in button?
rendiarya commentedon Mar 5, 2018
hi @claywilkinson , i have same issue here, any suggest for me?
i just add log like this
but the last text never came out ("Calling Signin3")
amiroveisi commentedon Mar 27, 2018
I'm facing the same problem
Any solutions?
amiroveisi commentedon Mar 29, 2018
@dgates
I fixed this problem by commenting Google Play Service related configs in GoogleSingInDependencies.xml:
you can find this file here: \Assets\GoogleSignIn\Editor\GoogleSignInDependencies.xml
but now, i'm facing an AggregateException :]