xamarin-fingerprint icon indicating copy to clipboard operation
xamarin-fingerprint copied to clipboard

Xamarin and MvvMCross plugin for authenticate a user via fingerprint sensor

Results 64 xamarin-fingerprint issues
Sort by recently updated
recently updated
newest added

This is my sample project: [TestFingerprint.zip](https://github.com/smstuebe/xamarin-fingerprint/files/2270590/TestFingerprint.zip). Here I make multiple authentications, which everytime are failing. In the end I get as state "canceled". Imho "canceled" should only be returned if...

This is the report from the App Center, the crash has happened on Samsung Galaxy A3 with Android 6.0. The app uses Xamarin.Forms. FingerprintDialogFragment+d__23.MoveNext () Java.Lang.IllegalStateException: Can not perform this...

## Steps to reproduce 1. Attempt authentication using FaceId on iPhone X 2. Deny use of FaceId 3. FingerprintAuthenticationResultStatus is Unknown error but error message is "User has denied the...

enhancement
os:iOS

`FingerprintAuthenticationResultStatus.Unknown` is actually never returned by the plugin. remove it.

In iOS 11 only, when is informed a non-matching fingerprint, an exception occurs in AuthenticateAsync() Android and another iOS versions are working normally. ## Steps to reproduce 1. Just call...

bug
os:iOS

Mentioned in #225 there is a security vulnerability in the current android implementation. I fixed it with examples from Microsoft and Googles Android documentation. The current state is tested against...

This pull request is a little rough around the edges as I'm not very confident with C# and Visual Studio. Unfortunately I wasn't able to update MonoAndroid to a version...

After looking into the Repo ans Issues, we have 2 Qustions for the maintainer: - Is there any chance that a Release Package will be made for useage in MAUI?...

My company did some pen testing on our Xamarin native app which is using plugin.fingerprint. They were able to bypass biometric authentication via "objection v1.11.0". This script/program allows a local...

I'm using Plugin.Fingerprint v3.0.0-beta.1. If the face is not recognized twice, it shows an option to enter the passcode but nothing appears. Similar issue was reported and fixed: https://github.com/smstuebe/xamarin-fingerprint/issues/60 ##...