All Versions
30
Latest Version
Avg Release Cycle
51 days
Latest Release
708 days ago

Changelog History
Page 3

  • v3.4.7 Changes

    June 07, 2019

    πŸ‘ Mixpanel identify ([mixpanel identify:aDistinctId];) now sends a special $identify event to the API. This is not treated like a regular tracking event, but will aid in future platform improvements to support advanced identity management (linking anonymous and logged-in usage, multiple users on one system, etc.).

    if more than one user can be identified in your app (ie log-out/log-in scenarios) make sure you call reset() when a user logs-out and that you add MIXPANEL_RANDOM_DISTINCT_ID pre-processor macro in your build settings so anonymous users don't have the same distinct_id (IFA/IFV by default)

    #854

  • v3.4.6 Changes

    June 05, 2019

    πŸ›  Fix issue Apple Rejection - TMS-90338: Non-public API usage (WKInterfaceDevice)
    #850

  • v3.4.5 Changes

    April 01, 2019
    • πŸ‘ Xcode 10.2 support and some code cleanup
      #841
  • v3.4.4 Changes

    March 28, 2019
    • Pass through value while casting an already stringified value type
      #840
  • v3.4.3 Changes

    March 26, 2019

    0️⃣ GDPR fix: Change the default behavior for setting optOutTrackingByDefault in the Mixpanel initialization method. We will not override opt out persistence with optOutTrackingByDefault the flag since opt-out default state is supposed to be used as an initial state while GDPR information is being collected
    #836

    [Event triggered in-app notifications] Fix bug in boolean comparisons
    #837

  • v3.4.2 Changes

    March 22, 2019

    πŸ†• New Features

    • 🚚 Set, add, and remove groups the user belongs to.
    • Track events with specific groups
    • πŸ‘Œ Support for group-level profilesβ€”set, update, and remove properties on account/group objects in Mixpanel
  • v3.4.1 Changes

    March 21, 2019

    πŸ‘ Event triggered in-app notifications support
    πŸš€ This feature was introduced in v3.4.0(check the release notes for more detail https://github.com/mixpanel/mixpanel-iphone/releases/tag/v3.4.0), this PR is a rewritten of #826 in Objective C to avoid the inconvenience of mixing swift content
    #833

    πŸ› Bug fix: no need to do additional archive in app crashed tracking
    #832

  • v3.4.0 Changes

    March 15, 2019
    • βž• Add the feature: Event triggered in-app notifications support #826

    πŸš€ Currently users have no control over when an in-app notification shows up. With this release users can now control when an in-app gets displayed based on an event that they track within their app. This "trigger" event is defined during message creation at www.mixpanel.com.

    You can additionally filter the event based on properties that are tracked along with the event for even finer controls.

    PLEASE NOTE:

    ⬆️ This version has embedded swift content. Please upgrade to v3.4.1 if you prefer using pure Objective C framework.

    πŸ— If you integrate Mixpanel manually or use Carthage for a pure Objective C project, please add a build setting to your own project target
    EMBEDDED_CONTENT_CONTAINS_SWIFT to Yes

    embeded_swift

  • v3.3.9 Changes

    January 25, 2019

    Avoid potential crash from archiving
    #822

    πŸ›  fix capitalization issue with macOS Target
    #823

  • v3.3.8 Changes

    January 12, 2019

    Pass flag to backend indicating when $distinct_id might have been set to a pre-existing $distinct_id value instead of a generated UUID (used when resolving aliases)
    #820