invertase / react-native-apple-authentication

A React Native library providing support for Apple Authentication on iOS and Android.
Other
1.36k stars 215 forks source link

fullName always return null in the first login or any #304

Closed windcloudit closed 1 year ago

windcloudit commented 1 year ago

In my case, the full name always return null on the first Sign In although I was do everything in the guide of this lib like as

 // Note: it appears putting FULL_NAME first is important, see issue #293
    requestedScopes: [appleAuth.Scope.FULL_NAME, appleAuth.Scope.EMAIL], 

or Settings > Apple ID, iCloud, iTunes & App Store > Password & Security > Apps Using Your Apple ID, tap on your app and tap Stop Using Apple ID.

But all of them do not help they always return null, my app was rejected by apple by can not get full name, Could you help me please, I have actually been stuck here for a long time. Thank you so much.

YuddiPrase commented 1 year ago

try it in real device dude, don't run in simulator

mikehardy commented 1 year ago

duplicate. reopened the main one. If this is important to you - dig in, do the work to really troubleshoot, and bring it up with Apple as needed, please