Need callback for "Hide My Email" feature

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:
  1. Do we have any way to hide/disable this feature ("Hide my email")?

  2. Is there any way/method to receive a callback if user selects the Hide my email option?

  3. Is there any way to remove this option?

Need callback for "Hide My Email" feature
 
 
Q