No name provided (solution: use first_name as first scope element, you get first_name ONE TIME ONLY, save it) · Issue #293 · invertase/react-native-apple-authentication (original) (raw)
When I first implemented this library I could use the workaround in the FAQ answer to get the display name again (Settings > Apple ID, iCloud, iTunes & App Store > Password & Security > Apps Using Your Apple ID > Stop using
). However, that's not working anymore. Email is provided but name isn't. I see my name correctly displayed in the window Apple opens when you click the button but it's not provided in the code when you authenticate.
Something else I noticed is that when you do the steps in the FAQ answer ^, and then open up Apple auth, the Name field in the action sheet that opens is filled out correctly but the blue circle next to it has an "x" instead of a checkmark. Idk if that matters but when I try to click the blue circle it asks me to fill my name out and then goes gray with the "x" still in it.