【发布时间】:2021-03-23 18:42:20
【问题描述】:
如果我没记错的话,您最多可以在 iOS 中存储 5 个指纹。我遇到过类似弱生物识别的东西,这意味着指纹不一定是主要用户的指纹,次要用户也可以设置一个,因此我们希望将指纹索引限制为特定的印象。
有没有办法找到索引或知道哪个指纹索引用于设置生物识别以登录应用程序?
localAuthenticationContext.evaluatePolicy(.deviceOwnerAuthenticationWithBiometrics, localizedReason: reasonString) {
// index of the finger print
}
【问题讨论】:
标签: ios swift fingerprint biometrics