Skip to content

Releases: mixpanel/mixpanel-iphone

Release v3.9.1

15 Nov 00:04
Compare
Choose a tag to compare
  • Carrier name retrieval #955 Thanks @4hakke!
  • Remove alias check when calling identify #954

Release v4.0.0.beta.2

26 Jun 06:49
Compare
Choose a tag to compare
Release v4.0.0.beta.2 Pre-release
Pre-release

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.

Release v3.9.0

16 Jun 00:13
Compare
Choose a tag to compare
  • 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.

Release v3.8.0

15 Jun 23:43
Compare
Choose a tag to compare

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

04 May 22:53
Compare
Choose a tag to compare
v4.0.0.beta.1 Pre-release
Pre-release

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.1 - Bug fixes

01 Apr 20:49
Compare
Choose a tag to compare

v3.7.0 - add clearTimedEvent: method

26 Feb 19:42
Compare
Choose a tag to compare

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

v3.6.5 - Bug fixes

05 Feb 19:15
Compare
Choose a tag to compare
  • Update deprecated APIs for archiveRootObject/unarchiveObjectWithFile and subscriberCellularProvider
    PR: #923 to address: #922

v3.6.4 - Bug fixes

18 Dec 23:18
Compare
Choose a tag to compare
  • Fix crash when archive caused by a race condition
    #917

  • Temporarily remove monitoring the radio change due to a bug from Apple
    #918

v3.6.3 - Bug fixes

25 Sep 00:20
Compare
Choose a tag to compare
  • Fix NSJSONSerialization crash in iOS 13
    #910

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.
Carthage/Carthage#3019