-
Notifications
You must be signed in to change notification settings - Fork 226
Error: AppleAuth is not supported on the device. #185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
No reason that should happen. |
Please close this, this is my bad. |
That is a terrible user experience - sorry for that. Sure you have to remember to pod install but Pods can be missing for any number of reasons besides just plain forgetting (which is also common) and an error message that is more specific would be nice. I tagged you on an issue we have open that is related, FWIW. Good luck with your project |
Same case here, however I didn't get any message, pop-up is not sowing and |
I have two time done pod install but the console.log(appleAuth.isSupported); is always false |
Getting error saying
Error: AppleAuth is not supported on the device. Currently Apple Authentication works on iOS devices running iOS 13 or later. Use 'AppleAuth.isSupported' to check device is supported before calling any of the module methods.
I am running expo react native app on Xcode, with my iPhone 11 on iOS 14.3
I believe it should be supported, is there any reason why that happens?
The text was updated successfully, but these errors were encountered: