ios - GIDSignIn getting HasNoAuthInKeychain -
i'm using gidsignin on ios. it's working fine.
however, here's scenario isn't working.
- the user picks google sign in option in our app. 
- chrome starts, prompting user credentials. 
- our app killed ios whatever reason. 
- chrome/google uses open url restart our app. 
- gidsignin's handleurl called expected, looks great. 
- 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
Post a Comment