mi sono bloccato che non vogliono Immettere la password nel Alert di pollice impressioneCome rimuovere Immettere password e pulsante Cancel dal tocco ID avviso vista
[context evaluatePolicy:LAPolicyDeviceOwnerAuthenticationWithBiometrics localizedReason:NSLocalizedString(@"UNLOCK_ACCESS_TO_LOCKED_FEATURE", nil) reply:
^(BOOL success, NSError *authenticationError)
{
if (success)
{
msg =[NSString stringWithFormat:NSLocalizedString(@"EVALUATE_POLICY_SUCCESS", nil)];
}
else
{
msg = [NSString stringWithFormat:NSLocalizedString(@"EVALUATE_POLICY_WITH_ERROR", nil), authenticationError.localizedDescription];
}
}];
}
Si dovrebbe davvero lasciare questa opzione lì. Cosa succede se un utente non ha impostato Touch ID. – soulshined
se un utente non ha impostato Touch ID, tale avviso non verrà visualizzato. –