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

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. Added plugin to Forms and Client projects 2. Enable Pattern for security password in Android device 3. call await CrossFingerprint.Current.IsAvailableAsync(true) ## Expected behavior It should...

bug
os:Android

Hi When I put the application to sleep,"move to the background" and then resume I get an error. The idea is that we should lock the app after a period...

Hi, we are integrating fingerprint/faceID within our app in order to have a faster login experience for our users. However for security reasons if the biometric authentication fails for too...

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

Currently we encounter a **NullReferenceException** when Android restores an activity when a FingerprintDialogFragment is visible. I can reproduce the same issue using the Sample app of this project with the...

Cash show Auth. Cashlog: Fatal Exception: md5bcaacea39e485ed8e3d7f0e2edda77a7.MonoExceptionHelper: (NullReferenceException) Object reference not set to an instance of an object at Plugin.Fingerprint.Dialog.FingerprintDialogFragment.OnResume()[0x0000c] + 1(FingerprintDialogFragment0x0000c.cs:1) at Android.App.Fragment.n_OnResume(System.IntPtr jnienv, System.IntPtr native__this)[0x00009] + 1(Fragment0x00009.cs:1) at...

Calling the plugin exception throw close app. ## Steps to reproduce 1. Open app 2. Call plugin 3. Throw exception close app ## Expected behavior Open Auth ## Actual behavior...

## Steps to reproduce 1. On android, enable AOT+LLVM build options (in .csproj) : ``` true true ``` 2. Build apk for armeabi-v7a architecture. 3. Launch app, on a non-samsung...

Android emulator on API24 In my app I am calling .. var result = await CrossFingerprint.Current.AuthenticateAsync(Res.FingerprintAuthenticate); it works fine until ...... When the app is sent to the background and...