-
Notifications
You must be signed in to change notification settings - Fork 234
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
Biometrics not working on iOS 18 #294
Comments
Facing the same issue, have you been able to fix this? |
Unfortunately not. However it seems not all real devices are facing this issue. |
If you are using react-native-permission lib then used this version "react-native-permissions": "^3.8.4", |
@amitmehtacode Are you saying asking Face ID request permission before with "react-native-permissions" fix this issue? |
I did some research and it seems to be a bug only in the simulator on IOS 18 and not in the lib, it seems to work on real devices. Case link: https://forums.developer.apple.com/forums/thread/761533 |
Hi guys, library works fine on Android and iOS 17, but not on iOS 18.
Always result in
keysExist = false
Always result in
Biometrics prompt failed with exception: Error Domain=com.apple.LocalAuthentication Code=-1000 "UI service connection invalidated." UserInfo={NSDebugDescription=UI service connection invalidated., NSLocalizedDescription=Authentication failed.}
but i think this is only iOS 18 simulator bug. However on real device prompt always return false.
Do you have any idea? As i see library is not maintained anymore so i hope someone faced this problem and can give me some advice.
The text was updated successfully, but these errors were encountered: