In my case, i see a value in creds.FullName
{<NSPersonNameComponents: 0x28027f9c0> {givenName = Sudhir, familyName = Thanki, middleName = (null), namePrefix = (null), nameSuffix = (null), nickname = (null) phoneticRepresentation = (null) }}
but after applying
appleAccount.Name = NSPersonNameComponentsFormatter.GetLocalizedString(creds.FullName, NSPersonNameComponentsFormatterStyle.Default,NSPersonNameComponentsFormatterOptions.Phonetic);
it returns "". Please see below screenshots:


In my case, i see a value in
creds.FullName{<NSPersonNameComponents: 0x28027f9c0> {givenName = Sudhir, familyName = Thanki, middleName = (null), namePrefix = (null), nameSuffix = (null), nickname = (null) phoneticRepresentation = (null) }}but after applying
appleAccount.Name = NSPersonNameComponentsFormatter.GetLocalizedString(creds.FullName, NSPersonNameComponentsFormatterStyle.Default,NSPersonNameComponentsFormatterOptions.Phonetic);it returns "". Please see below screenshots: