想知道我是否获取到区分这个通知指纹的用户,以及Apple获取的!
[self evaluatePolicy:LAPolicyDeviceOwnerAuthenticationWithBiometrics
localizedReason:@"" reply:^(BOOL success, NSError *authenticationError){
if (success) {
//Code Here
else {
//Code Here
}
}];
Run Code Online (Sandbox Code Playgroud)