You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having an issue (testing with iOS 16 on a Simulator, I don't know about other versions).
I do a SignIn with email & name scopes [0, 1] and ask to use anonymous email.
I validate the SignIn in the server side with https://appleid.apple.com/auth/token
Then I sign out from my App and do a manual revocation: Settings->Apple Id Profile->Password & Security->Apps Using Apple ID->Stop using Apple ID
Then I try to SignIn again using the same procedure (scopes [0, 1]) but this second time the dialog only asks about starting a new session and does not show options about Name or Email.
In the success callback I don't get email, name or anything else.
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?
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: capacitor-community/apple-sign-in#44 and here invertase/react-native-apple-authentication#282 (comment)
The text was updated successfully, but these errors were encountered: