smstuebe / xamarin-fingerprint

Xamarin and MvvMCross plugin for authenticate a user via fingerprint sensor
Microsoft Public License
490 stars 115 forks source link

Unable to get FingerprintAuthenticationResultStatus during invalid finger scan. #130

Open eleazerarcilla opened 5 years ago

eleazerarcilla commented 5 years ago

To help us fix your issue, please provide the information in the below template. If something causes a crash, provide as much information as you can gather. Just imagine: we do not know what you are doing!

Note: There is often little we can do without a minimal reproducible sample of the issue, so please provide that in a standalone git repository and link it here.

Steps to reproduce

  1. Authenticate using incorrect fingerprint

2.Get FingerprintAuthenticationResultStatus

3.Unable to get FingerprintAuthenticationResultStatus

Expected behavior

FingerprintAuthenticationResultStatus should tell the status of the previous finger scan.

Actual behavior

FingerprintAuthenticationResultStatus just returns after 5 invalid finger attempts, saying "Too many attempts. Try again later"

Configuration

Version of the Plugin: 1.4.9 Platform: Android 7.1

Device: Xiaomi Redmi 4x

smsissuechecker commented 5 years ago

Hi @eleazerarcilla,

I'm the friendly issue checker. Thanks for using the issue template :star2: I appreciate it very much. I'm sure, the maintainers of this repository will answer, soon.

07vij1987 commented 4 years ago

Hi Is there any update on the issue? We are also facing the same when we try to implement it without using dialog in Android

smstuebe commented 4 years ago

@07vij1987 can you have a look at version 2.0.0? It has the latest technology (BiometricPrompt + AndroidX) baked in. No custom Dialog needed anymore. Feedback in #151 pls