Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sign in with apple throws Authorization failed: Error Domain=AKAuthenticationError Code=-7026 [closed]

So I am getting the following code and I am unsure why that would be?

Wondering if anyone knows what would cause this?

Authorization failed: Error Domain=AKAuthenticationError Code=-7026 "(null)" UserInfo={AKClientBundleID=com.radiomedia.drn.drn1}
something went wrong Error Domain=com.apple.AuthenticationServices.AuthorizationError Code=1000 "(null)"
like image 994
Russell Harrower Avatar asked Dec 18 '19 10:12

Russell Harrower


1 Answers

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".

like image 181
Gaurav Malik Avatar answered Sep 20 '22 01:09

Gaurav Malik