小编Lua*_*ida的帖子

至于用TouchID区分用户

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

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


xcode touch-id

3
推荐指数
1
解决办法
802
查看次数

标签 统计

touch-id ×1

xcode ×1