Mixpanel Iphone Versions Save

Official iOS (Objective-C) Tracking Library for Mixpanel Analytics

v3.9.1

2 years ago
  • Carrier name retrieval #955 Thanks @4hakke!
  • Remove alias check when calling identify #954

4.0.0.beta.2

2 years ago

v4.0.0.beta.2 is in parity with v3.9.0 but without the Messages & Experiments feature support.

On Jan 1, 2022, we’ll remove the Messages & Experiments feature from Mixpanel. For now, if you do not use Mixpanel's Messages & Experiments feature, you can choose to opt into this beta version.

You can use Swift Package Manager to install the beta version: In Xcode, select File > Swift Packages > Add Package Dependency. Follow the prompts using the URL for this repository and point to branch 4.0.0.beta.

v3.9.0

2 years ago

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.

v3.8.0

2 years ago

v3.8.0 (2021-06-15)

Closed issues:

  • Integration with UrbanAirship crashes on App startup with version 14 of UrbanAirship SDK #938

Merged pull requests:

  • migrate to Airship 14.0 for the Urban Airship integration #939

v4.0.0.beta.1

3 years ago

v4.0.0.beta.1 is in parity with v3.7.1 but without the Messages & Experiments feature support.

On Jan 1, 2022, we’ll remove the Messages & Experiments feature from Mixpanel. For now, if you do not use Mixpanel's Messages & Experiments feature, you can choose to opt into this beta version.

You can use Swift Package Manager to install the beta version: In Xcode, select File > Swift Packages > Add Package Dependency. Follow the prompts using the URL for this repository and point to branch 4.0.0.beta.

v3.7

3 years ago

This version adds the clearTimedEvent: method for clearing individual timed events.

v3.6.5

3 years ago

v3.6.4

3 years ago

v3.6.3

3 years ago

Warning: There is no Carthage attached to this version due to an open issue from Carthage with XCode 12 at the moment. We will continue to ship Carthage once the issue has been resolved. https://github.com/Carthage/Carthage/issues/3019