-
Notifications
You must be signed in to change notification settings - Fork 2
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
App should require re-enabling of biometric identification when biometrics have been added on device #167
Comments
Found a library we can use for this: |
The library looks old ok albeit a little bit outdated. However, the code in the library amounts to almost nothing so should not be hard to maintain if we need to. However, it is lacking a LICENSE file. @pmigueld Could you try to ping the package owner and see if he could add a license file to the repo? I see that he is using MIT for his other public repos. |
@ken @pmigueld @kyanthony this library https://github.com/MaxToyberman/react-native-fingerprint-change has problems with dependencies, so I'll be using this instead https://openbase.com/js/react-native-biometrics-changed |
Tested this ticket on the build versions below, and was not able to meet the expected behavior. This ticket has been assigned back to dev @pmigueld iOS: Build version 0.4.0 (6) Steps to reproduce the behavior:
Expected behavior Devices |
Tested on iOS build v0.4.0 (6.3) and Android build v0.4.0-rc1-5-e253490 Devices: Android build WORKS AS EXPECTED |
Limitation on iOS, no solution as of now. This ticket can be closed and iOS issue will be documented in the Android/iOS document. |
Describe the bug
When using biometrics to access the app, the app will not detect if changes have been made to the added biometrics on the device. For comparison, on other apps using the biometrics of the device, it will require entering the passcode to re-enable the biometric identification.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
App should require passcode in order to re-enable biometric identification
Identified on
0.3.0 RC1
Galaxy A20S, Android 11
The text was updated successfully, but these errors were encountered: