ios - Unable to Sign in error appears com.google.GIDSignIn -4 -


i using google sdk uploading file google drive. have uploaded file drive in demo project viewcontroller , appdelegate file exists. when using same code in main project , throwing error gidsignin 4. don't know why coming. used code check user authorised or not

if gidsignin.sharedinstance().hasauthinkeychain() {         // user authorized before         gidsignin.sharedinstance().signinsilently()      } else {         // user not authorized open sign in screen          print("not authorized")      } 

it saying "not authorized". can me.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -