Skip to content

Releases: mixpanel/mixpanel-iphone

v3.4.4 - Bug fixes

28 Mar 19:00
Compare
Choose a tag to compare
  • Pass through value while casting an already stringified value type
    #840

v3.4.3 - Bug fixes

26 Mar 07:28
Compare
Choose a tag to compare
  • 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 - Support for account-level analytics

22 Mar 07:08
Compare
Choose a tag to compare

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

21 Mar 01:28
Compare
Choose a tag to compare

v3.4.0 - Event triggered in-app notifications support

15 Mar 05:32
10dd8a0
Compare
Choose a tag to compare
  • 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 - Bug fixes

25 Jan 23:00
Compare
Choose a tag to compare

Avoid potential crash from archiving
#822

fix capitalization issue with macOS Target
#823

v3.3.8 - Bug fixes

12 Jan 00:29
Compare
Choose a tag to compare

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

v3.3.7 - Bug fixes

13 Nov 18:41
Compare
Choose a tag to compare
  • Fixes for the warnings from static analyzer in xcode 10.1
    #811

  • Fixes for a potential case where events could be sent more than once
    #812

v3.3.6 - Bug fixes

24 Oct 02:44
Compare
Choose a tag to compare
  • Fix the crash issue for Mixpanel archive
    #806 (Github issue: #795)

  • Make extension friendly
    #807 (Github issue: #794)

v3.3.5 - Send device_id and user_id with event/people updates

19 Oct 17:48
Compare
Choose a tag to compare
  • Events will have properties $user_id which is identified user and $device_id
    which is how anonymous events are tracked as before identify was called.
    #805

  • People updates will also contain fields $user_id and $device_id.
    #805