DEV Community

Matt Ruiz
Matt Ruiz

Posted on

Apple Auth Errors - React Native

Hola hola,

If you’re React Native app is using react-native-apple-authentication and Sentry, you may find very vague errors logs such as:

  • com.apple.AuthenticationServices.AuthorizationError error 1000
  • com.apple.AuthenticationServices.AuthorizationError error 1001

After doing some digging into the codebase, I found these Error codes.

It turns out that 1000 means an unknown issue has occurred (which could be an issue so check it out).

1001 is a low-stress issue of the user cancelling their purchase attempt. Of course we don’t want this, but it’s more of a UX/marketing/copy/CTA/etc issue than a bug.

Hope this helps!

— Matt

Top comments (0)