apple-sign-in
ASAuthorizationAppleIDRequest with name and mail scope returns nil values
Seems like a bug but after reading different posts on apple forums it looks like this seems to be the expected behaviour. So some takeaways. On the first time sign in with apple (signup) make sure to create user account on your backend. In case of any connection error with your servers, make sure you … Read more
How to revoke Sign in with Apple credentials for a specific app?
You can do this from the iPhone Settings. Open the Settings app then tap on your name at the top. Then press “Password & Security”, then “Apple ID logins”. They should all be listed there and can be deleted.
Sign in with apple throws Authorization failed: Error Domain=AKAuthenticationError Code=-7026
Probably you forget to add “SignIn with Apple” capability in your plist file. For this go to project file -> Capabilities Tab -> Turn on “SignIn With Apple”.
Apple Sign-in not working on iOS 14 Simulator
2nd Updates The problem seems to still exist in iOS 15 and iOS15.1. Updates The problem has not been fixed in iOS 14.4 nor iOS 14.5. Original This is one of the known issues in iOS 14, that has not been solved by Apple as of today yet. (almost 4 months old) The problem has … Read more
com.apple.AuthenticationServices.Authorization Error Code 1000
I got this error because forget to add sign in capability and restart the app.