IGPAPI
    Preparing search index...

    Function IosPreLoginFlow

    • First iOS-specific pre-login pass, based on Instagram iOS 425.x captures.

      The username argument is kept for parity with the Android API even though the captured iOS warmup does not currently use it directly.

      Parameters

      • _input: { username: string }

      Returns Effect<
          void,
          IgApiError
          | RequestError
          | ParseError
          | TransportError,

              | PlainJsonApiHttp
              | Signature
              | MobileDevice
              | GraphqlJsonHttp
              | MobileApplication
              | IosSession,
      >