xamarin-fingerprint icon indicating copy to clipboard operation
xamarin-fingerprint copied to clipboard

AllowAlternativeAuthentication false not working on iOS 14.2

Open EmmanVazz opened this issue 4 years ago • 1 comments

#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 by default.

Actual behavior

Show Password is actually shown even though AllowAlternativeAuthentication is set to false. You need to set FallbackTitle = string.Empty to get the fallback option on the iOS prompt to go away.

Configuration

Xamarin.Forms 5.0.0pr4 Plugin.FingerPrint 2.1.2 iOS 14.2

Don't need this fixed as I found this workaround but wanted to report in case anyone else runs into this or wants to fix this.

EmmanVazz avatar Nov 22 '20 20:11 EmmanVazz

Hi @EmmanVazz,

I'm the friendly issue checker. It seems like (62.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!

smsissuechecker avatar Nov 22 '20 20:11 smsissuechecker