-
Notifications
You must be signed in to change notification settings - Fork 262
iOS AuthCode return void #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The same problem for me. Any ideas? |
@mckoupel sadly it seems correct for Google policy on iOS. |
Ok.
I always have 401 unauthorized... |
And one more question. Is any way to reset authcode? After sign out I still have empty string in authcode. Sometimes authode not empty but I can't understand dependence. Maybe authcode lifecycle don't depend on sign out...Or something else wrong |
Same here.. only 1st time I get AuthCode, and all other sign in attempts return empty field. Tried to remove app and reinstall - all the same. |
Also having this issue. I thought |
This stackoverflow post seems to be relevant here https://stackoverflow.com/questions/42434887/google-sign-in-server-auth-code-nil-ios |
Hi,
I have found this issue on iOS: after the first SignIn call, where I correctly retrieve the AuthCode after task completion, other calls to SignIn (or SignInSilently) always return empty string for task.Result.AuthCode
The text was updated successfully, but these errors were encountered: