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

## Steps to reproduce 1. I Open the project; 2. I Open tab to manage Nuget packeges; 3. I Search plugin.fingerprint on the installed packages; 4. Click on update button...

## Steps to reproduce 1. No Fingerprints or Face registered on device, A pin has been set. 2. CrossFingerprint.Current.IsAvailableAsync(true) returns true 3. CrossFingerprint.Current.GetAvailabilityAsync(true) returns Available 4. CrossFingerprint.Current.GetAuthenticationTypeAsync() returns Fingerprint 5....

I have implemented this plugin with two approaches, 1. Trying to authenticate my application whenever the application starts. 2. Minimize the application and resume it after some time (10 minutes)...

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...

## Steps to reproduce 1. Try to setup Fingerprint auth on OnAppearing method of a page. 2. Debug to see that it doesn't give the fingerprint popup on AuthenticateAsync method...

## Steps to reproduce 1. Request AuthenticateAsync() 2. Provide 5 times wrong fingerprint 3. Wait 30 seconds 4. Request AuthenticateAsync() once more ## Expected behavior Dialog is being shown and...

Hi! I need help. Happy to donate $200 to the first person who helps me solve this problem. My app was building and running fine after migrating to AndroidX. I...

#17 Steps to reproduce 1. Use await CrossFingerprint.Current.AuthenticateAsync with defaults in AuthenticationRequestConfiguration. ## Expected behavior Show Password shouldn't be an option in Biometric Authentication as AllowAlternativeAuthentication is set to false...

## Steps to reproduce 1. User triggers fingerprint dialog from a button press. Handler looks something like the following: ``` private async Task ButtonHandler() { var authenticationRequestConfiguration = new AuthenticationRequestConfiguration(title,...

Getting random crashes on Android devices with below stack trace Nuget package version: 1.4.9 Xamarin Exception Stack: System.AggregateException: One or more errors occurred. (Cannot access a disposed object. Object name:...