SandboxRestrictedFilesAccessable

public class SandboxRestrictedFilesAccessable : JailbreakDetector

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

  • Initializes SandboxRestrictedFilesAccessable instance

    Declaration

    Swift

    public init()
  • Analyzes whether the app has access the restricted directories

    Declaration

    Swift

    public func analyze() -> Double

    Return Value

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