Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Authorization failed: Error Domain=AKAuthenticationError Code=-7026 "(null)" UserInfo={AKClientBundleID=my bundile id}

Authorization failed: Error Domain=AKAuthenticationError Code=-7026 "(null)" UserInfo={AKClientBundleID=my bundile id}

I have the same issue. I enabled the sign in with apple capability both developer console as well in Xcode, but the error still remains.

like image 584
Jerald Jacob Avatar asked May 20 '20 11:05

Jerald Jacob


2 Answers

I found this issue when integrating apple sign-in in my project. I resolved this issue by following steps.

  1. Go to project 'target'
  2. Then select 'Signin & Capabilites'
  3. Then select '+'
  4. Then select 'Sign in with Apple'. Like this image. https://imgur.com/Yw8IfwU Finally run your project & you will able to sign in with apple.
like image 183
Jamil Avatar answered Oct 13 '22 18:10

Jamil


I had the same issue just now after I changed by bundle id and developer account. All the settings were correct in my developer account and on Xcode. This fixed it for me:

  1. Go to the settings app
  2. Tap your name at the top
  3. Password & Security
  4. Apps Using your Apple ID
  5. Remove the app that's causing trouble
like image 11
muin Avatar answered Oct 13 '22 20:10

muin