URLSchemeDetector

public class URLSchemeDetector : JailbreakDetector

URLSchemeDetector is a JailbreakDetector class, and is used as one of default JailbreakDetector’s detectors to determine whether the device is Jailbroken or not

  • Initializes URLSchemeDetector instance

    Declaration

    Swift

    public init()
  • Analyzes whether certain url schemes can be opened.

    Declaration

    Swift

    public func analyze() -> Double

    Return Value

    returns 1.0 if any of the listed url schemes can be opened; otherwise returns 0.0