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

Hi Everyone. This implementation of the Biometric is not 100% accurate. It allows users to bypass the security since it does not implement the android secret and cypher. I can...

The AuthenticateAsync() method doesn't return control to client code unless authentication completed successfully or user clicked "Cancel". Clicking on "Try Face ID Again" does nothing. ## Steps to reproduce 1....

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

When installing the 3.0.0-beta1 version on a .NET MAUI project I get CA1416 warnings all over the place. We had that happening as well, so you probably want to have...

Upgrading Plugin.Fingerprint from 2.1.4 to 2.1.5 on Windows UWP results in "'This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from...

I am trying to implement plugin.fingerprint in .net MAUI. and when i am trying to publish the application the application wont build I can see the following Error. Error CS0117...

Objective-C exception thrown. Name: NSInvalidArgumentException Reason: Non-empty localizedReason must be provided. I am using plugin.fingerprint nugget package and version 2.11 latest stable it's working fine in android but not in...

os:iOS
need: more info

## Steps to reproduce 1. Use request with empty string ``` var request = new AuthenticationRequestConfiguration("Enable Touch ID", ""); var setupResult = await CrossFingerprint.Current.AuthenticateAsync(request); ``` ## Expected behavior Should not...

I have a Xamarin app using that has been operational on Android and UWP for some years, and which uses this really useful plugin for fingerprint authentication. I've kept all...