Skip to content

Commit ab65999

Browse files
committed
fix objc example
1 parent e813edb commit ab65999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/apps/ObjCExample/ObjCExample/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ @implementation AppDelegate
2121
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
2222
// Override point for customization after application launch.
2323
SEGConfiguration *config = [[SEGConfiguration alloc] initWithWriteKey:@"<WRITE KEY>"];
24-
config.trackApplicationLifecycleEvents = SEGTrackedLifecycleEvent.all;
24+
config.trackApplicationLifecycleEvents = YES;
2525
config.flushAt = 1;
2626

2727
_analytics = [[SEGAnalytics alloc] initWithConfiguration: config];

0 commit comments

Comments
 (0)