failed to get credential.state and getCredentialStateForUserID
问题 I can't get the credentialState from method getCredentialStateForUserID while other members got returned well. I ran the app on iPhone 8, iOS 13 simulator. - (void)authorizationController:(ASAuthorizationController *)controller didCompleteWithAuthorization:(ASAuthorization *)authorization { if ([authorization.credential isKindOfClass:[ASAuthorizationAppleIDCredential class]]) { ASAuthorizationAppleIDCredential *credential = authorization.credential; NSString *state = credential.state;