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