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

Hello, when I request the fingerprint authorization with the following conditions the authorization fails and I receive an "UnknownError" result. The conditions are: 1) This happens only on an iOS...

Sorry for the interruption, I have a question that hasn't let me sleep, I don't need to authenticate the user, I just want to be able to obtain the fingerprint...

This is not an issue but i need advice of using fingerprint... My application authenticates by username password from a webapi with JWT. How can i implement usage of fingerprint...

N/A. This is more of a question. The allow alternative authentication works if the iOS device has Touch Id as expected. The same goes with Android devices with fingerprint or...

When Fingerprint plugin is not used on first page pushed into Navigation (NextPage in Demo) then you will get unexpected result if you try to await authentication result. If you...

Is there a way to change default text "Touch the fingerprint sensor" ? or hide it?

## Steps to reproduce 1. Add xamarin-fingerprint to a Visual Studio 2019 project, add setup code 2. Set Release config of Visual Studio project to "Linking = SDK Assemblies Only"...

In some emulators and devices running Android 10+ it throwing a failed status, without using the finger or pressing button on emulator device, to simulate finger print. The problem happend...

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

I have android phone with Face Id. I activated FaceID +Pin on my device. But CrossFingerprint.Current.GetAuthenticationTypeAsync() return Fingerprint instead Face. I use last nuget package[ 2.0.0 - alpha4](https://www.nuget.org/packages/Plugin.Fingerprint/2.0.0-alpha.4) ## Steps...