invertase / react-native-apple-authentication

A React Native library providing support for Apple Authentication on iOS and Android.
Other
1.42k stars 223 forks source link

[iOS] Issue on first open #269

Closed renatomserra closed 2 years ago

renatomserra commented 2 years ago

react-native: 0.67.4 invertase/react-native-apple-authentication: 2.1.5

Platform: iOS real device only

I'm facing an issue where on first open trying to login i get The operation couldn’t be completed. (com.apple.AuthenticationServices.AuthorizationError error 1000.) If i force close the app and then open and try again it works fine. The same thing started happening with my facebook login.

Any clues on what i could be doing wrong?

renatomserra commented 2 years ago

it was a mistake on my part on how i setup dynamic links

mikehardy commented 2 years ago

Dynamic links are hard to get set up just truly perfectly. Really hard. Glad you found the issue!

carlosoro commented 2 years ago

@RenatoSerra22 Happy to know that you managed to solve your issue. Could you please elaborate on what the problem was with your dynamic links implementation? We are having the same problem and maybe your experience can help us

nikonhub commented 1 year ago

Also interested. We've started to randomly seeing these errors. Can't find anything to how to reproduce.