You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ios): use updated API to query biometrics + pin fallback for ios 9 and above
the existing "LAPolicyDeviceOwnerAuthenticationWithBiometrics" is no longer recommended, and does
not provide a pin/password fallback. The new "LAPolicyDeviceOwnerAuthentication" provides both as
expected. But since this is only available on ios 9 and above - a fallback to the old way is
included.
0 commit comments