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)

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay