Top "Touch-id" questions

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

How to programmatically check support of 'Face Id' and 'Touch Id'

I've integrated LocalAuthentication for my app security purpose, which has been supporting 'Touch Id' based supporting. But now, apple has …

ios ios11 touch-id face-id localauthentication
Is there any way to use apple's Touch ID (fingerprint scanner) on iOS Simulator?

I am working on an app which would require Touch ID Authentication, so is there any way i can use …

ios iphone ios-simulator ios8 touch-id
Determine if an iOS device supports TouchID without setting passcode

I'm currently developing an iOS app that enables users to log in to the app using TouchID, but firstly they …

ios iphone ipad xamarin touch-id
iOS - Face ID biometric integration

I've integrated/implemented Face ID (Local Authentication) authentication for my app and everything works fine, except Face ID prompt Alert …

ios swift ios11 touch-id face-id
Is there a way to use Android fingerprint API or iOS Touch ID in web browser?

For example, I have a web site with authentication. Is there any fingerprint API, that can be used from JavaScript, …

javascript asp.net-web-api fingerprint touch-id android-fingerprint-api
Using TouchID on emulator

I'm trying to use TouchID within my Ionic 2 app. I have an iphone 5c, so I can't test it on …

ios ionic2 emulation touch-id
If TouchID fails, forward to system passcode authentication

I want to use TouchID authenticate my app, authentication worked successfully. If TouchID does not match, then the Try Again …

ios swift cocoa-touch touch-id localauthentication
Touch ID - How to get to the passcode screen? -Swift

So I have been searching all over stackoverflow and I cannot seen to find the answer for this. How do …

ios iphone swift touch-id
How to use Touch ID sensor in iOS 8

One of the most things I was excited about iOS 8 was the ability to use fingerprint sensors on the iPhone 5…

ios swift iphone ios8 touch-id
iOS8 check if device has Touch ID

LAContext has method to check if device can evaluate touch ID and gives error message. Problem is that same error …

ios iphone ios8 touch-id face-id