2015-02-04 touch id note 123456789101112131415LAContext *lol = [[LAContext alloc] init]; NSError *error = nil; NSString *message = @"message"; if ([lol canEvaluatePolicy:LAPolicyDeviceOwnerAuthenticationWithBiometrics error:&error]) { [lol evaluatePolicy:LAPolicyDeviceOwnerAuthenticationWithBiometrics localizedReason:message reply:^(BOOL succes, NSError *error) { if (succes) { //do something } else { } }]; } else { } < Parallels ip note xcode only ios device no simulator >