I am developing a React-Native Android app which requires biometrics authentication. Right now I am using 'react-native-keychain' library for that purpose. I integrated Fingerprint and everything works fine. But despite that I have saved Face unlock in my devices, I am not getting Face authentication as a supported type, only fingerprint. If I turn off Fingerprint from my device then I am getting nothing. I am wondering if there is anyway implementing Face authentication in Android. And if it is possible which devices support it ? I searched a lot, but didn't get clear answer. This is screenshot from 'react-native-keychain' docs.'react-native-keychain docs'
Android Face ID authentication in React-Native
1.8k views Asked by Nazim Musa At
1
There are 1 answers
Related Questions in REACT-NATIVE
- ussd reader in Recket Native module
- I can't make TextInput to auto expand properly in Android
- expo config plugin use import instead of require
- Custom Sound for Expo Push Notifications Only Works in Foreground
- run RTK dispatch on gesture start with React Native
- Should I set Back-End for my React Native application?
- using infoPlist in app.json for expo project seems to not be working
- Anyone have success configuring react-native-home-indicator?
- KeyboardAvoidingView makes a messy the flexbox
- I am getting lots of errors when building react native app in Xcode
- Search and highlight text of current text in PDFKit Swift
- Flatlist Sometimes Capped at 10 Items Bug
- Is there any way to page transition in react native (stack navigation)
- Screen inside Stack.Navigator not visible in React-Native
- React Native stopwatch implementation slow on iOS
Related Questions in FINGERPRINT
- How to setup nist nbis in raspbian raspberry pi 4
- How can I override navigator.userAgentData?
- Digital Persona Fingerprint(4500) reader integration with Vue JS 2
- Verifying Secugen fingerprint capture from database in android java
- Issue with Windows Biometric Framework Capture Sample for Capacitive Touch Fingerprint Sensor
- Is anyone here tried connecting a Biometric fingerprint device with a web or desktop application?
- Unable to show biometric authentication dialog using flutter webview
- R503 fingerprint sensor
- how to validate fingerprints in angular?
- Why Truecaller SDK gives me an error: 40304, Invalid fingerprint in my flutter app?
- Google Maps not working on release Android bundle
- NET8 Maui IFingerprint doesn't stop to ask for authentication
- Is it a good idea to verify biometric fingerprint authentication only in FE?
- Fingerprint template matching zkteco
- Puppeteer SetViewPort in Gologin or AdsPower Browsers, change creepJS browser fingerprint
Related Questions in BIOMETRICS
- Getting Private Key with biometric authentication in react native, expo, native module, Android app
- Android biometrics auth with only fingerprint
- Issue with Windows Biometric Framework Capture Sample for Capacitive Touch Fingerprint Sensor
- Let Windows Hello and other applications access a Non-Exclusive Windows driver at the same time
- Not getting option for biometric face authentication
- Can I use my own biometric authentication to the autofill extension?
- Azure B2C Face id, touch id biometric authentication
- com.futronic.SDKHelper cannot be resolved
- how to validate fingerprints in angular?
- Send ponting data from ZTK eco biometric to REST API
- how to pull data automatically from iFace 702 and update it in the database?
- ZK-Teco Get SMS from device in JAVA
- Biostar 2 suprema hidden database
- When to use BIOMETRIC_STRONG (Class 3), BIOMETRIC_WEAK (Class 2) and DEVICE_CREDENTIAL?
- WinBioEnrollBegin gives "DuplicateTemplate" error when try to begin fingerprint enrollment
Related Questions in FACE-ID
- Secure Enclave, key generation failure
- Did iOS 17.4 break the associated domains AutoFill for FaceID?
- Swift LocalAuthentication issue with faceID resetting my state vars. Stopped working with iOS 17
- How to accept Touch ID on macOS without triggering a Prompt
- if cv2.waitKey(1) & 0XFF == ord('q'): break cap.release() cv2.destroyAllWindows() crashes
- How to Check if Face ID is Disabled for My App in iOS Settings Without Prompting the User?
- How to update selected row from List after Face ID matched in SwiftUI?
- iOS Attention Aware Features usage
- how to determine whether the ios device is a face or a touch?
- Face ID is disabled
- How many FaceID and TouchID attempts are possible with iOS/Apple Biometric Framework and Is it possible to change the attempt/count of retry?
- How to detect changes in Face ID?
- How to detect Local Authentication permission state haven't triggered in Swift?
- iOS. How to know if faceid prompt is presented?
- When both biometrics are enrolled i.e. face id and fingerprint, local auth shows both
Related Questions in REACT-NATIVE-KEYCHAIN
- react-native-keychain does not persist data on android
- JWT authentification in react native
- How to prompt device passcode as a fallback for biometrics when using react-native-keychain
- react native Generated app-debug.apk file working in android emulator but not working in physical mobile device
- problem using getAllGenericPasswordServices in react-native-keychain
- Saving jwt token in react native
- Why does isSensorAvailable return true when device has disabled biometics in react native (android)
- Xcode pr-build script to store data in keychain
- React Native Keychain onPress function error
- Difference between username/password in react-native-keychain?
- How to return Sensitive Info Keychain value in React Native?
- Android Face ID authentication in React-Native
- React Native Keychain - Cannot read property 'getSupportedBiometryType' of null
- Mocking react-native-keychain, undefined is not a function
- React Native, React Native Keychain. Questions
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
I am using react-native-touch-id for my production app and it's something you can try. You can clearly check if faceid is supported for a device and decide accordingly.