when I turn off face id on the setting,I get a error as follow:
LAContext *myContext = [[LAContext alloc] init];
NSError *authError = nil;
[myContext canEvaluatePolicy:LAPolicyDeviceOwnerAuthenticationWithBiometrics error:&authError]
authError is "No identities are enrolled." This error does not indicate whether the phone is touch id or face id,how I determine whether the ios device is a face or a touch?
I have tried differnt iphone device,authError is "No identities are enrolled.". I can not determine whether the ios device is a face or a touch.