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)

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay