I am working on a React Native App and have incorporated Sign-in with Apple.
Now when a user chooses the option "Hide My Email" while using Sign-in with Apple, a new account is created for the user. So my problem is, the user is not able to access their existing data/history which was associated with their personal email address. Does anyone has some idea:
Now when a user chooses the option "Hide My Email" while using Sign-in with Apple, a new account is created for the user. So my problem is, the user is not able to access their existing data/history which was associated with their personal email address. Does anyone has some idea:
Do we have any way to hide/disable this feature ("Hide my email")?
Is there any way/method to receive a callback if user selects the Hide my email option?
Is there any way to remove this option?