CydiaDetector

@available(*, deprecated, message: "Use SuspiciousFilesExistenceDetector and SuspiciousFilesAccessibleDetector instead")
public class CydiaDetector : JailbreakDetector

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

  • Initializes CydiaDetector instance

    Declaration

    Swift

    public init()
  • Analyzes whether Cydia.app exists, and is accessible or not

    Declaration

    Swift

    public func analyze() -> Double

    Return Value

    returns 1.0 if Cydia.app is found or accessible; otherwise returns 0.0