FreakyAli / Plugin.Maui.Biometric

A biometric plugin for .NET MAUI
MIT License
80 stars 10 forks source link

[iOS] Fixed false "Not Enrolled" state #11

Open JPZV opened 2 months ago

JPZV commented 2 months ago

The Library should check if there is any type of biometric method in an iOS device instead of just FaceID. This is because there're devices like the iPhone 8 that have the supported iOS version (iOS 16 in this case), with no FaceID support, but with TouchID (i.e. Fingerprint reader)

FreakyAli commented 2 months ago

Honestly, you should not be supporting iPhone 8 at this point but I gues I get what you mean, I will see if I can merge this later