Skip to content

Release v3.9.0

Compare
Choose a tag to compare
@zihejia zihejia released this 16 Jun 00:13
· 212 commits to master since this release
  • Set automaticPushTracking and trackCrashes to NO by default when init the SDK #942

We are deprecating Messaging and Mobile A/B testing features(more details). Starting from the next version, we will not automatically track pushes sent from Mixpanel and crashes by default. However, you can still opt-in them by calling

+ (Mixpanel *)sharedInstanceWithToken:(NSString *)apiToken launchOptions:(nullable NSDictionary *)launchOptions trackCrashes:(BOOL)trackCrashes automaticPushTracking:(BOOL)automaticPushTracking;

and set trackCrashes and automaticPushTracking to YES.