1

Environment:

I have following code for AppleId SignIn:

let appleAuthRequestResponse = await appleAuth.performRequest({
  requestedOperation: appleAuth.Operation.LOGIN,
  requestedScopes: [appleAuth.Scope.EMAIL, appleAuth.Scope.FULL_NAME],
})

console.log('Email: ', appleAuthRequestResponse.email) // getting null

Here on the last line I am getting email = null

enter image description here

What is wrong with the Apple Authentication?

Thank you mates in advance!

devpolo
  • 2,487
  • 3
  • 12
  • 28
spatak
  • 1,039
  • 1
  • 14
  • 25
  • Are you rendering the login page from that specific [npm package](https://github.com/invertase/react-native-apple-authentication)?, i think it could be another NPM package that let you connect with apple authentication api to have running a react app in a local environment for testing purposes – user11717481 Feb 14 '23 at 18:06

0 Answers0