NonDebugCheck

public class NonDebugCheck : SecurityCheck

IsDebuggerCheck implements the SecurityCheck protocol

It can check whether or not the device the check is running on is running with debug mode enabled

  • Declaration

    Swift

    public var name: String
  • Undocumented

    Declaration

    Swift

    public init()
    • Check if the device is running in Debug mode.

    Declaration

    Swift

    public func check() -> SecurityCheckResult

    Return Value

    A Security Check result with a true or false passing property