Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/113.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/17.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 在SecItemAdd-in Keychain之前提示Touch ID(无密码回退)_Ios_Swift_Keychain_Touch Id_Localauthentication - Fatal编程技术网

Ios 在SecItemAdd-in Keychain之前提示Touch ID(无密码回退)

Ios 在SecItemAdd-in Keychain之前提示Touch ID(无密码回退),ios,swift,keychain,touch-id,localauthentication,Ios,Swift,Keychain,Touch Id,Localauthentication,在允许用户存储在钥匙链中之前,我想在没有密码回退的情况下提示Touch ID 我知道在存储时设置SecAccessControlCreateFlags.touchIDCurrentSet将在用户请求密钥链中的项目时强制执行此操作(SecItemCopyMatching) 使用LocalAuthentication似乎不可能做到这一点,我也找不到使用SecAddItem实现这一点的方法。 提前感谢。我也在尝试使用LocalAuthentication,但似乎没有帮助。我也在尝试使用LocalAut

在允许用户存储在钥匙链中之前,我想在没有密码回退的情况下提示Touch ID

我知道在存储时设置SecAccessControlCreateFlags.touchIDCurrentSet将在用户请求密钥链中的项目时强制执行此操作(SecItemCopyMatching)

使用LocalAuthentication似乎不可能做到这一点,我也找不到使用SecAddItem实现这一点的方法。
提前感谢。

我也在尝试使用LocalAuthentication,但似乎没有帮助。我也在尝试使用LocalAuthentication,但似乎没有帮助。