I'm implementing sign in with Google plus. The implementation is basically copied from examples from Developer Google. When I login for the first time all works fine. But if I then logout using
[[GIDSignIn sharedInstance] signOut];
next time I login in I get the
Error Domain=com.google.GIDSignIn Code=-2 "keychain error"
Please advice what can be done in this situation. Thanks
I'm having the same issue here. After doing some tests, i've noticed that if i run my app without the debugger (Build, stop, run app) everything works as expected...try it
Probably a long shot, but try calling disconnect
on the sharedInstance?
- (void)signOut { [[GIDSignIn sharedInstance] disconnect]; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With