ios - GIDSignIn getting HasNoAuthInKeychain -


i'm using gidsignin on ios. it's working fine.

however, here's scenario isn't working.

  1. the user picks google sign in option in our app.

  2. chrome starts, prompting user credentials.

  3. our app killed ios whatever reason.

  4. chrome/google uses open url restart our app.

  5. gidsignin's handleurl called expected, looks great.

  6. our app calls signinsilently, fails hasnoauthinkeychain.

assuming our app might killed every time chrome called, there way signinsilently work?

instead of calling signinsilently, can call signin, restarts regular sign-in process, opening chrome, ....

also, if after hasnoauthinkeychain error restart app manually, signinsilently works fine.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -