简体   繁体   中英

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

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

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

In my case the issue was that the Sign in with Apple capability was set only for profile mode not debug mode while I was testing.

Make sure you have it set for all modes if that's what you need (debug, release and profile).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM