RestrictedDirectoriesWritableDetector

public class RestrictedDirectoriesWritableDetector : JailbreakDetector

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

  • Initializes RestrictedDirectoriesWritableDetector instance

    Declaration

    Swift

    public init()
  • Analyzes whether the app can write to restricted directories

    Declaration

    Swift

    public func analyze() -> Double

    Return Value

    returns 1.0 if the app has write access to restricted directories; otherwise returns 0.0