smstuebe / xamarin-fingerprint

Xamarin and MvvMCross plugin for authenticate a user via fingerprint sensor
Microsoft Public License
490 stars 115 forks source link

Get "NoFingerprint" from GetAvailabilityAsync #128

Closed tschennie closed 5 years ago

tschennie commented 5 years ago

Actual behavior

What should I do, when I get "NoFingerprint" from function GetAvailabilityAsync()? What does it mean, fingerprint is not set? With my smartphone I already use the fingerprint, so it's set on my smartphone. Do I have to set something more within the app? I just have following in the MainActivity:

CrossCurrentActivity.Current.Activity = this;
CrossFingerprint.SetCurrentActivityResolver(() => CrossCurrentActivity.Current.Activity);

Configuration

Version of the Plugin: current stable version

Platform: Android min SDK 21, Target SDK 27

Device: HUAWEI P20 Lite

smsissuechecker commented 5 years ago

Hi @tschennie,

I'm the friendly issue checker. It seems like (37.50 %) you haven't used our issue template :cry: I think it is very frustrating for the repository owners, if you ignore them.

If you think it's fine to make an exception, just ignore this message. But if you think it was a mistake to delete the template, please close the issue and create a new one.

Thanks!

tschennie commented 5 years ago

Ok, I don't know why, but something deleted my fingerprint settings on my smartphone. I recognized that the fingerprint is also not working anymore for other apps..