-
|
I see where the plugin returns full name, and seems to maybe guess at the first name (PersonNameFormatterStyle.Short). I know Apple collects First Name and Last Name, and that info seems to be available but I'm unclear if it's available through this plugin, and if it is, I don't get how to access it... https://developer.apple.com/documentation/authenticationservices/asauthorizationappleidcredential/3180384-fullname/ Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
It´s in the returned Apple ID credential on the first login https://github.com/lupidan/apple-signin-unity/blob/master/AppleAuth/Interfaces/IPersonName.cs |
Beta Was this translation helpful? Give feedback.
It´s in the returned Apple ID credential on the first login
apple-signin-unity/AppleAuth/Interfaces/IAppleIDCredential.cs
Line 30 in e39981b
https://github.com/lupidan/apple-signin-unity/blob/master/AppleAuth/Interfaces/IPersonName.cs