Use LAContext to check if the device has a passcode
public func devicePasscodeEnabled() -> Bool { | |
return LAContext().canEvaluatePolicy(.deviceOwnerAuthentication, error: nil) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment