EddyVerbruggen / nativescript-fingerprint-auth

:nail_care: 👱‍♂️ Forget passwords, use a fingerprint scanner or facial recognition!
MIT License
134 stars 33 forks source link

Face unlock #75

Open hariaravind10 opened 4 years ago

hariaravind10 commented 4 years ago

Hi @EddyVerbruggen

Is this plug supports to unlock the app using face id In Android Devices?

In the native script-fingerprint-auth Documentation face id supports in only iPhone 11.

EddyVerbruggen commented 4 years ago

Correct, this plugin only supports iOS. I don't currently have an Android device that supports face unlock, so I can't really help there.

a92c commented 4 years ago

Hi @hariaravind10 In this plug not work face unlock in android because use deprecated library FingerprintManager.

timoschlueter commented 4 years ago

@EddyVerbruggen do you have any plans on migrating this plugin to the BiometricPrompt API which Google introduced as a replacement for FingerprintManager?

EddyVerbruggen commented 4 years ago

Not personally, but a PR will be merged of course.

gwojnar commented 3 years ago

Hello,

@EddyVerbruggen I will also ask for migration plans. FingerprintManager is deprecated as of API 28 and replaced by BiometricPrompt. I see some problems on my phone with Android 10 - fingerprint dialog not working. I tried to build a native application using BiometricPrompt and it works fine.