We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e813edb commit ab65999Copy full SHA for ab65999
Examples/apps/ObjCExample/ObjCExample/AppDelegate.m
@@ -21,7 +21,7 @@ @implementation AppDelegate
21
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
22
// Override point for customization after application launch.
23
SEGConfiguration *config = [[SEGConfiguration alloc] initWithWriteKey:@"<WRITE KEY>"];
24
- config.trackApplicationLifecycleEvents = SEGTrackedLifecycleEvent.all;
+ config.trackApplicationLifecycleEvents = YES;
25
config.flushAt = 1;
26
27
_analytics = [[SEGAnalytics alloc] initWithConfiguration: config];
0 commit comments