Apple Sign-In Not Returning First Name and Last Name Despite fullName Scope Requested

Hi Apple Developer Team,

I am encountering an issue with the “Sign in with Apple” feature. While implementing this functionality in my application, I noticed that the user’s first name and last name are not being returned, even though I have explicitly requested the fullName scope. However, the email and other requested information are returned successfully.

Here are the details of my implementation: 1. Scope Requested: fullName, email 2. Response Received: Email and other data are present, but fullName is missing or null. 3. Expected Behavior: I expected to receive the user’s first and last name as per the fullName scope.

I have verified the implementation and ensured that the correct scopes are being passed in the request.

Could you please help clarify the following? 1. Are there specific conditions under which Apple may not return the user’s fullName despite the scope being requested? 2. Is there a recommended approach or fallback mechanism to handle this scenario? 3. Could this behavior be related to a limitation or change in the API, or might it be an issue on my end?

I would greatly appreciate any guidance or solutions to resolve this issue.

Thank you for your support!

Are there any possible solution @kelvinforteta? seems the document which they suggest doesn't works for me where I didn't receive any response

Apple Sign-In Not Returning First Name and Last Name Despite fullName Scope Requested
 
 
Q