Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/104.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/swift/20.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 生物特征本地认证指纹索引_Ios_Swift_Fingerprint_Biometrics - Fatal编程技术网

Ios 生物特征本地认证指纹索引

Ios 生物特征本地认证指纹索引,ios,swift,fingerprint,biometrics,Ios,Swift,Fingerprint,Biometrics,如果我是对的,您可以在iOS中存储多达5个指纹。我遇到过类似弱生物识别的情况,这意味着指纹不一定是主要用户的指纹,次要用户也可以设置指纹,因此我们希望将指纹索引限制为特定的印象 有没有办法找到索引或知道哪个指纹索引用于设置生物识别以登录应用程序 localAuthenticationContext.evaluatePolicy(.deviceOwnerAuthenticationWithBiometrics, localizedReason: reasonString) { //

如果我是对的,您可以在iOS中存储多达5个指纹。我遇到过类似弱生物识别的情况,这意味着指纹不一定是主要用户的指纹,次要用户也可以设置指纹,因此我们希望将指纹索引限制为特定的印象

有没有办法找到索引或知道哪个指纹索引用于设置生物识别以登录应用程序

localAuthenticationContext.evaluatePolicy(.deviceOwnerAuthenticationWithBiometrics, localizedReason: reasonString) {
       // index of the finger print
}

不是。每个注册的指纹都同样有效

如果一个用户决定添加另一个用户的指纹,只要不需要密码,他们就可以平等地访问所有内容

但大多数用户注册自己手指的多个指纹;根据你抓取手机的方式,一个指纹比另一个指纹更实用。我的左手、右手食指和右手拇指都已注册。如果其中一个或两个不适用于你的应用程序,作为一个用户,我会非常非常恼火