Segment v3.1.0 Release Notes

Release Date: 2016-09-05 // over 7 years ago
    • Instrument automatic application lifecycle event tracking. Enable this during initialization.
    SEGAnalyticsConfiguration *configuration = [SEGAnalyticsConfiguration configurationWithWriteKey:@"YOUR_WRITE_KEY"];
    configuration.trackApplicationLifecycleEvents = YES;
    [SEGAnalytics setupWithConfiguration:configuration];
    
    • Make SEGAnalyticsIntegrationDidStart public (use this to be notified when an integration is initialized).
    • Fixed crashes due to NSNotificationCenter observers not being removed.