• Hello
Search Results for

    Show / Hide Table of Contents

    Interface IIOSJailbreakDetectionStatus

    Extends with the type of jailbreak evidence detected on iOS and a short human readable evidence string describing what triggered the detection.

    Namespace: GUPS.AntiCheat.Detector.IOS
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IIOSJailbreakDetectionStatus

    Properties

    Evidence

    Gets a short human readable evidence string describing what triggered the detection (e.g. a file path, a URL scheme, a loaded dylib name). May be empty if no specific evidence is available.

    Declaration
    string Evidence { get; }
    Property Value
    Type Description
    System.String

    JailbreakType

    Gets the type of jailbreak evidence detected on the device.

    Declaration
    EIOSJailbreakType JailbreakType { get; }
    Property Value
    Type Description
    EIOSJailbreakType
    In This Article
    Back to top GuardingPearSoftware documentation