arielhernandezmusa / capacitor-biometric-auth

34 stars 22 forks source link

faceId unlock not working in iPhone 11 #15

Open aartithummar opened 4 years ago

aartithummar commented 4 years ago

hi,

I am getting screen for passcode instead of face unlock,even when face is registered and setup as unlock mechanism in iPhone 11.

In Samsung M31, If fingerprint is not registered, only face is registered, BiometricAuth.isAvailable() is returning result.has as false. for Samsung face unlock option only comes if fingerprint and face both are registered

Is anyone else facing same issue?

vista-54 commented 4 years ago

Same issues

aartithummar commented 4 years ago

I was able to resolve iphone11 issue by adding following configuration in Info.plist

// iOS - Info.plist

NSFaceIDUsageDescription Use Face ID to authenticate yourself and login

https://ionicframework.com/docs/enterprise/identity-vault

Has anyone found solution for samsung face unlock issue?