【问题标题】:As to differentiate the users with TouchID用 TouchID 区分用户
【发布时间】:2015-01-13 17:24:57
【问题描述】:

我想知道我是否可以区分这个通知指纹的用户,以及Apple获得的!

 [self evaluatePolicy:LAPolicyDeviceOwnerAuthenticationWithBiometrics
         localizedReason:@"" reply:^(BOOL success, NSError *authenticationError){
        if (success) {
              //Code Here
        else {
              //Code Here 
         }
    }]; 


【问题讨论】:

  • 自从你提出这个问题后有什么发现吗?
  • 我边走边找,一无所获

标签: xcode touch-id


【解决方案1】:

这是不可能的。

SDK 只提供验证成功或失败状态的访问权限,仅此而已。

https://developer.apple.com/library/prerelease/ios/documentation/LocalAuthentication/Reference/LocalAuthentication_Framework/index.html

其背后的原因是指纹存储在 A7/8 芯片的安全位置,iOS 内核甚至无法访问,它只能访问这种非常高的成功/失败信息。

【讨论】:

    猜你喜欢
    • 2020-01-18
    • 1970-01-01
    • 2014-11-20
    • 1970-01-01
    • 2014-08-19
    • 1970-01-01
    • 1970-01-01
    • 2014-12-16
    • 1970-01-01
    相关资源
    最近更新 更多