FreakyAli / Plugin.Maui.Biometric

A biometric plugin for .NET MAUI
MIT License
106 stars 11 forks source link

iOS Fingerprint issue #16

Closed dlange-h3ko closed 1 month ago

dlange-h3ko commented 1 month ago

I tested the Biometric authentication with an iPhone 7 and have fingerprint activated.

In your code you simply responded with Enrolled, when there is no FaceID used. Here it does not matter if I am using "Weak" as option. => Reference to the class: https://github.com/FreakyAli/Plugin.Maui.Biometric/blob/a906545f1dc43fc702510a7b2dc2a7e2212b2d0c/Plugin.Maui.Biometric/Plugin.Maui.Biometric/Platforms/iOS/BiometricService.ios.cs#L15

Is there a reason or is it a bug?

dlange-h3ko commented 1 month ago

Update: Seems to be fixed in an open PR => https://github.com/FreakyAli/Plugin.Maui.Biometric/pull/11

FreakyAli commented 1 month ago

I will be releasing this soon, since I am busy for Atleast this week you will have to wait a little for this, thanks for the understanding!