Sign in with Apple: Authorization Error 1000 (Unknown)

5.8k Views Asked by At

I use "Sign in with Apple" using this package: https://pub.dev/packages/sign_in_with_apple

  • I can login successfully on iPhone (real device)
  • I can login successfully on iPad (real device)
  • I can login successfully on a few type of Simulator

I sent the app for review, but the Apple review team cannot login successfully.

They sent me a screenshot of the error they get:

Unknown Error: 1000

App Store Review Team's device:

  • Device type: iPad
  • OS version: iOS 15.2

What I tried:

  • Added "Sign in with Apple" capability (for debug, release, profile modes) in the "Signing & Capabilities" section in the Xcode.
  • Removed my app from the "Apps Using Apple ID" and tried to login again.
  • Tried on another device (iPad) using Testflight and logged in successfully.

How can I solve this?

2

There are 2 best solutions below

0
Umut Çağdaş Coşkun On BEST ANSWER

I created 3 different provisioning profiles bug debug, profile and release and added "Sign in with Apple" capability. Then it's worked.

0
Javier Garcia On

You need to add "Sign in with Apple" inside Signing & Capabilities, this should work for Apple Authorization Error 1000.