face-id Questions
6
Solved
There is a new privacy NSFaceIDUsageDescription Info.plist key in the Xcode 9 GM where a developer supplies the usage description for the permissions alert. Does anyone have a link to docs on it? T...
3
Solved
I'm trying to get if Face ID or Touch ID succeeded in the function below
func authenticate() -> Bool{
let context = LAContext()
var error: NSError?
guard context.canEvaluatePolicy(.deviceO...
Madra asked 30/8, 2018 at 8:59
6
Its bit early to ask but I'm planning to add feature specially for FaceID, so before that I need to validate either device support FaceID or not?
Need suggestion and help.
Thanks in advance.
Munich asked 25/9, 2017 at 10:10
5
Solved
I am implementing biometric authentication for the application using react-native-fingerprint-scanner npm, with this npm I am not able to ensure that the device support biometric authentication or ...
Inae asked 3/10, 2019 at 12:3
5
I was implementing biometrics in my app for authentication. I am using react-native biometrics for it. Every things working good just one stucked. Face-id is not working in Android. I did a lot of ...
Zennas asked 10/11, 2019 at 17:45
0
Currently I'm using expo-local-authentication and it works properly when Android device has touch id / fingerprint unlock possible also. Normal behaviour is when fingerprint is added and face regis...
Nucleoplasm asked 17/8, 2022 at 15:50
2
I'm just follow this tutorial to authenticate user by Face ID but actually it's not work with "Try Face Id Again" button after authentication failed, the callback was not called and I don't know wh...
1
I want to check if the user has any type of screen lock set on their device (PIN, fingerprint, face, pattern, etc.).
I don't want to simply check if the device is capable of for example biometrics,...
Saturn asked 7/1, 2021 at 17:23
15
Solved
I've integrated LocalAuthentication for my app security purpose, which has been supporting 'Touch Id' based supporting. But now, apple has recently added 'Face Id' based authentication also.
How c...
Shalloon asked 23/10, 2017 at 10:49
0
I need to implement Face ID (biometrics) authentication inside the flutter application. I'm using flutter package "local_auth" v1.1.6 (https://pub.dev/packages/local_auth). However, the f...
Critter asked 19/6, 2021 at 14:2
1
I have inherited a code base with the following class providing support for Face/Touch ID.
The expected behaviour is that on Face/Touch ID success the user is signed in. This works.
However, shou...
Cavour asked 18/4, 2019 at 11:51
5
Solved
Can we test biometric authentication using the simulator?
The iPhone X Simulator shows a menu for Face ID enrollment, but after enabling that, what can I do?
How it will recognize a face for auth...
Lundt asked 7/11, 2017 at 13:21
3
I want to take different actions to users if device support Face ID or Touch ID.
When using the Face ID, iOS asking permission to use. (unlike Touch ID).
And if the user denies permission, conte...
2
Solved
4
Solved
No matter what settings is configured in Device's passcode and touchId settings , LAContext always returns none . It is just throwing me a warning not the exception.
Its only working in XCode 9....
Shoreward asked 3/10, 2017 at 9:51
2
I am developing a Hybrid application for which once the user enters the username and password initially after successful login the user is prompted with a dialog box asking whether to enable FaceID...
Specialism asked 15/5, 2018 at 9:13
2
Solved
I apologize in advance if this topic does not fit Stackoverflow (I ask moderators to move it where appropriate). Thanks.
I was wondering how apps use Touch ID or Face ID to verify identity without...
5
Solved
1
I had written the following code snippet
if ([contextNew canEvaluatePolicy:LAPolicyDeviceOwnerAuthenticationWithBiometrics error:&error])
{
[contextNew evaluatePolicy:LAPolicyDeviceOwnerAuthe...
Callaway asked 19/2, 2018 at 12:33
3
Solved
I wanted to ask a question about biometric authentication. In my app I entered authentication with Touch ID. Now voelvo implement the method with Face ID.
I inserted the line Privacy - Face ID Usa...
Usually asked 15/2, 2018 at 14:57
1
Solved
In our app, the user has to register to the device biometry in order to use it for authentication.
The registration text and legal notes are according to the relevant biometry (register to touch ID...
Tabling asked 23/11, 2017 at 10:52
1
5
Solved
I've running the latest Xcode 9 GM (13 Sep 2017) and have set Hardware > Face ID > Enrolled in simulator as well as Deployment Target 11.0. However I'm getting error code -6 LAErrorTouchIDNot...
Heptagonal asked 13/9, 2017 at 3:10
1
Solved
previously my app is using touchID for login and now i am going to implement faceID for login the app, and my app getting this message when the app start local authentication.
How can I prevent t...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.