HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center

Cold App Launch

Instabug automatically captures your cold app launch latency; however, you can disable it using the following APIs.

// Disable
APM.coldAppLaunchEnabled = false

// Enable
APM.coldAppLaunchEnabled = true
// Disable
IBGAPM.coldAppLaunchEnabled = NO;

// Enable
IBGAPM.coldAppLaunchEnabled = YES;
APM.setColdAppLaunchEnabled(false);
APM.setColdAppLaunchEnabled(false)