IGPAPI
    Preparing search index...

    Type Alias IosIgpapiOptions

    IosIgpapiOptions: ({ seed: string } | { snapshot: MobileSnapshot }) & {
        dangerAcceptInvalidCerts?: boolean;
        proxy?: string;
    }

    Options for creating an iOS-flavored IGPAPI runtime.

    Use seed for a fresh deterministic virtual device, or snapshot to restore a previously exported session without logging in again.

    Type Declaration

    • { seed: string }
    • { snapshot: MobileSnapshot }
    • OptionaldangerAcceptInvalidCerts?: boolean

      Allow invalid TLS certificates in the native transport.

      This is useful for local traffic capture setups, but should stay disabled for normal production traffic.

    • Optionalproxy?: string

      HTTP(S) proxy URL passed to the native transport.