nativescript-fingerprint-auth icon indicating copy to clipboard operation
nativescript-fingerprint-auth copied to clipboard

Face unlock

Open hariaravind10 opened this issue 4 years ago • 5 comments

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.

hariaravind10 avatar Jan 31 '20 05:01 hariaravind10

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.

EddyVerbruggen avatar Jan 31 '20 07:01 EddyVerbruggen

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

a92c avatar Feb 28 '20 10:02 a92c

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

timoschlueter avatar May 19 '20 17:05 timoschlueter

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

EddyVerbruggen avatar May 21 '20 16:05 EddyVerbruggen

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.

gwojnar avatar Nov 22 '20 18:11 gwojnar