IGPAPI
    Preparing search index...

    Variable RegisterColdStartConst

    RegisterColdStart: Effect<
        void,
        | IgNotFoundError
        | IgRateLimitError
        | IgSpamError
        | IgCheckpointError
        | IgAccountSuspendedError
        | IgAccountDisabledError
        | IgCookieConsentRequiredError
        | IgLoginRequiredError
        | IgUserLoggedOutError
        | IgPrivateUserError
        | IgInactiveUserError
        | IgSentryBlockError
        | IgIpBlockError
        | IgLoginTwoFactorRequiredError
        | Error,
        | PlainJsonApiHttp
        | MobileSession
        | MobileDevice
        | GraphqlJsonHttp
        | BloksHttp
        | MobileApplication,
    > = ...

    Cold-start traffic the Android app emits when the user is heading toward the Sign Up (registration) branch from the launcher, captured on Instagram Android 429 with a freshly wiped install.

    Diverges from PreLoginFlow in two ways:

    • no caa.reg.youth_regulation step (US fresh install does not trigger it),
    • no oauth.token.fetch step (that fires only on the login branch).

    The Android attestation/create_android_keystore step is platform-specific and is added by AndroidRegisterColdStart in @igpapi/android.