xamarin-fingerprint
xamarin-fingerprint copied to clipboard
Unable to get FingerprintAuthenticationResultStatus during invalid finger scan.
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
- 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
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.
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
@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