Skip to content

Commit

Permalink
automatically collecting common mobile events is a legacy feature so …
Browse files Browse the repository at this point in the history
…make it false by default to be consistent.
  • Loading branch information
zihejia authored Jan 9, 2024
1 parent 71ffbde commit e176a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ To initialize the library, add `#Import "Mixpanel/Mixpanel.h" into "AppDelegate.

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
...
[Mixpanel sharedInstanceWithToken:@"YOUR_API_TOKEN" trackAutomaticEvents:YES];
[Mixpanel sharedInstanceWithToken:@"YOUR_API_TOKEN" trackAutomaticEvents:NO];
...
}
```
Expand Down

0 comments on commit e176a08

Please sign in to comment.