@nativescript/ios-security
Version:
IOSSecuritySuite for NativeScript
11 lines (10 loc) • 578 B
TypeScript
export declare class IOSSecurity {
static amIJailbroken(): boolean;
static amIDebugged(): boolean;
static amIRunInEmulator(): boolean;
static denyDebugger(): void;
static amIReverseEngineered(): boolean;
static amIProxied(): boolean;
static amIRuntimeHookedWithDyldWhiteListDetectionClassSelectorIsClassMethod(dyldWhiteList: NSArray<string> | string[], detectionClass: typeof NSObject, selector: string, isClassMethod: boolean): boolean;
static amITampered(checks: NSArray<FileIntegrityCheckFacade> | FileIntegrityCheckFacade[]): NSArray<any>;
}