Top "Face-id" questions

Apple's face recognition technology used in the iPhone X.

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
What is NSFaceIDUsageDescription - Face ID Usage Description Info.plist key?

There is a new privacy NSFaceIDUsageDescription Info.plist key in the Xcode 9 GM where a developer supplies the usage description …

ios xcode ios11 xcode9 face-id
Can we test Face ID in simulator?

Can we test biometric authentication using the simulator? The iPhone X Simulator shows a menu for Face ID enrollment, but …

ios simulator biometrics iphone-x face-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
Allow Face ID permission alert

My app (running in iPhone X Simulator Xcode 9.0.1) is asking me for permission to use Face ID. The alert says: …

ios xcode ios11 iphone-x face-id
How to detect whether device support FaceID or not?

Its bit early to ask but I'm planning to add feature specially for FaceID, so before that I need to …

objective-c xcode ios11 face-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
Face Id authentication in android (Ionic)

I am developing a Hybrid application for which once the user enters the username and password initially after successful login …

android cordova ionic-framework ionic3 face-id