iOS Google Silent Sign In provides a (valid) token with missing profile info
问题 I've integrated Google SignIn SDK (v4.0.1) to my iOS app. The normal authentication process is working fine via: GIDSignIn.sharedInstance().signIn() The retrieved idToken is valid and includes both email and the user's basic info: given_name family_name picture Google provide this URL for reviewing token data: https://www.googleapis.com/oauth2/v3/tokeninfo?id_token= Problem is, after relaunching the app, I perform silent login on didFinishLaunchingWithOptions like so: if GIDSignIn