Android Face ID (Face Recognition) and IsBiometricAuthenticationSupported

0
Hello, Is IsBiometricAuthenticationSupported JS in NativeMobileResources supporting Face ID (Face Recognition) for “Android”? Because it isn’t working with me, only the fingerprint is working fine. If not? What is the alternative solution??
asked
2 answers
0

Yes it works. How are you testing? Since these capabilities require additional native code, they won’t work in the Make it Native app. You’ll need to build your own custom developer app or a release version of your app.

answered
0

Hello Mohamed,

That is right. The functionality of FaceID was not supported on Android when I utilized the JavaScript action involving the "react-native-touch-id" package.

For Android, we have used fingerprint only. 
It appears that the package has not received any updates for quite long  time.

answered