Questions tagged [face-id]

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

Face ID is Apple's face recognition technology that is used in the iPhone X as a biometric locking system.

More information about Face ID

Related tags:

169 questions
1
vote
0 answers

Swift - Autofill does not populate UITextField

When a user uses Autofill (not password generation - rather, when they tap a login and use iCloud Keychain to log in - see User taps on Autofill item, if FaceID isn't completed immediately, the UITextField does not populate with the user's username…
Eric Jubber
  • 131
  • 1
  • 9
1
vote
0 answers

Biometric Authentication in iOS without LocalAuthentication

I'm trying out biometric authentication in an iOS app. I was wondering if there is any framework or library other than Apple's own LocalAuthentication? This question is just for a R&D purpose
1
vote
0 answers

IdentityServer Login on Xamarin Forms app with FaceID/TouchID/Fingerprint/Keychain integration with API

I currently have a Xamarin Forms App that uses IdentityServer4 & .NET Identity for authentication and login-in users to the app, it also integrates with Office356 login. I now have the need to implement FaceID/TouchID so that the user does not have…
1
vote
1 answer

Enrollment strategies for FIDO2/WebAuthn when using built in authenticators

This is more of a philosophical question rather than a technical one but I think it's still relevant even if it boils down more to UX design than anything else. It's 2021, hardly anyone has a Yubikey or similar but nearly everyone has a phone,…
mackie
  • 4,996
  • 1
  • 17
  • 17
1
vote
1 answer

Fingerprint data encryption/decryption?

Is it posible to encrypt/decrypt data with fingerprint/faceid? I know I cannot get the data of fingerprint/faceid but could i generate a key/hash from fingerprint/faceid user's input?
Kim Mỹ
  • 386
  • 1
  • 4
  • 16
1
vote
0 answers

Is it possible to use the FaceID unit IR sensor

Is it possible to explicitly access the IR camera of the iPhone's FaceID block using the IOS SDK (Swift), for example, to get an infrared image, or do we have the ability to use only the general FaceID block without interacting with individual…
1
vote
1 answer

Azure B2C Login on Xamarin forms app with Face/TouchId/Fingerprint/Keychain integration with API

We are using Azure B2C for login/authentication of our users. This works fine on our website (social and email login etc). Our mobile app is built in Xamarin forms and we are trying to build a native login experience (using native app controls vs. a…
1
vote
0 answers

React native Face ID

I am using react-native-fingerprint-scanner to authenticate user with FaceID/Fingerprint scanner. My question is how do I know whether the application has an OS permission to use the camera. How to know if previously given permission has been…
1
vote
0 answers

Does face ID support for android in Flutter?

i am trying to implement faceID for android in flutter. My android phone has face unlock feature but unable to detect while running my flutter app in phone. i am using below code : Future _getListOfBiometricTypes() async { …
TB13
  • 367
  • 13
  • 23
1
vote
0 answers

Face ID authentication for Cordova Hybrid app

I am developing a Hybrid application for Android & IOS in which I have to add Biometrics (Touch ID/Face ID) functionality. I have implemented Touch ID for Android & IOS using Cordova plugin but its not working for Face ID in android. Does android…
Zeeshan
  • 11
  • 5
1
vote
3 answers

Face Id Authentication for android in React-Native

i want android face_id authentication sdk for my react native android app login. I have used plugins which are available which support only finger authentication and password for android. Please let me know if there is any plugin or sdk available…
1
vote
0 answers

How to detect the end of the FaceID animation?

I need to display a popup right after a successful FaceID authentication, but the FaceID callback is triggered before the animation's end. How to know for sure when the animation is finished?
joris255
  • 155
  • 1
  • 1
  • 9
1
vote
0 answers

how apps login user via FaceID

Several uses cases where apps are loggin users in. Link Now the relevant code form apple site let reason = "Log in to your account" context.evaluatePolicy(.deviceOwnerAuthentication, localizedReason: reason ) { success, error in if success { …
AppDeveloper
  • 1,816
  • 7
  • 24
  • 49
1
vote
1 answer

Unable to set Finger Print Options in Ionic 4 - Fingerprint AIO

I am trying to using FingerPrint AIO native feature in Ionic 4. I have got it setup and running by following the guide (https://ionicframework.com/docs/native/fingerprint-aio) but without FingerPrintOptions. If I keep the "show" object empty like…
Murlidhar Fichadia
  • 2,589
  • 6
  • 43
  • 93
1
vote
0 answers

Domain=com.apple.arkit.error Code=100 "Unsupported configuration." for iPhone 11 on Xcode 11.4.1

I am trying to build a small app that uses the FaceID camera on an iPhone. The project was built for iPhone X but I am trying to run this on an iPhone 11 emulator (or my actual iPhone 11). I can't deploy it to my 11 because it immediately says…
futureboy
  • 83
  • 2
  • 10