Top "Touch-id" questions

Touch ID is Apple's technology for fingerprint scanning introduced with the iPhone 5s.

How much time is locked Touch ID? "Biometry is locked out."

I'm trying to implement Touch ID login, but when user fails more than maximum attempts, I receive this error "Error …

ios objective-c fingerprint touch-id
ios8 TouchID detection if fingerprint was added

Im digging into Apple's Touch ID, more precisely the Local Authenticator. The documentation as of now is pretty sparse. Its …

ios ios8 fingerprint touch-id
Save data in Keychain only accessible with Touch ID in Swift 3

I'm working on a peace of code that should do the following: Store some data in Keychain. Get the data …

ios swift keychain touch-id
TouchID - Detect new fingerprints added - When does evaluatedPolicyDomainState change?

I'm integrating TouchID into my app. I'm allowing the user to turn it on and off for security reasons. I …

ios swift touch-id