Can the name be null on register in native app?

As we know, when the user logs in, the ASAuthorizationAppleIDCredential has email and fullName as null.

Is it possible for either of those happen during registration?

Replies

If you set fullName and email as scopes in your requests, then they should always be present in ASAuthorizationAppleIDCredential the first time the user uses Sign in with Apple with your app.