EHFAuthenticator-Touch-ID
EHFAuthenticator-Touch-ID copied to clipboard
Simple class for handling Local Authentication using Touch ID. Used in eHarmony iOS App.
Fixed issue [#9](https://github.com/jstart/EHFAuthenticator-Touch-ID/issues/9)
I wanted to set policy of `LAPolicyDeviceOwnerAuthentication` instead of `LAPolicyDeviceOwnerAuthenticationWithBiometrics`. But, it always takes `...WithBiometrics`.
``` swift EHFAuthenticator.sharedInstance().useDefaultFallbackTitle = true EHFAuthenticator.sharedInstance().fallbackButtonTitle = "Enter passcode" ``` Will show "Enter passcode" for the fallback button title but: ``` swift EHFAuthenticator.sharedInstance().useDefaultFallbackTitle = false EHFAuthenticator.sharedInstance().fallbackButtonTitle = "Enter passcode" ```...
Dear Christopher Truman, thank you for your work. Basically, I want to use your code in my swift project and import it via cocoapods. Unfortunately, no matter what, pod install/updates...
The library usually works as expected, but when entering the app while my finger is already on home button sensor - API success callback is called but the Touch ID...