Open landabaso opened 2 years ago
After further experimentation, it appears that this strange behavior only occurs in the Simulator. Tests on a real device work as expected. However, this can still be a problem in case Apple reviewers try to delete and create new accounts.
I am having an issue (testing with iOS 16 on a Simulator, I don't know about other versions).
[0, 1]
and ask to use anonymous email.https://appleid.apple.com/auth/token
[0, 1]
) but this second time the dialog only asks about starting a new session and does not show options about Name or Email.I'm doing manual token revocation as a first step before implementing programatic revocations (
https://appleid.apple.com/auth/revoke
). I'm not sure yet whether programatic revocations may fix the issue. I don't think it will but I will give it a try.After a few hours something is reset and then it works again. So this may be some problem with Apple?
I've read about similar problems here: https://github.com/capacitor-community/apple-sign-in/issues/44 and here https://github.com/invertase/react-native-apple-authentication/issues/282#issuecomment-1172265188