EddyVerbruggen / nativescript-fingerprint-auth

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

verifyFingerprintWithCustomFallback not displaying Passcode screen on iOS #87

Closed anarnoli closed 3 years ago

anarnoli commented 3 years ago

Hi @EddyVerbruggen ,

I'm trying to use nativescript-fingerprint-auth plugin for TouchId implementation and have used verifyFingerprintWithCustomFallback() but it is not displaying Passcode screen.

I'm using NS8 with Angular 11 and iOS 14.5

Any suggestion on this?

anarnoli commented 3 years ago

Hello - any help on this?

anarnoli commented 3 years ago

I got the answer. Actually I was missing passing true for PasscodeFallback parameter.

Not it is resolved. Thanks