Changelog History
Page 3
-
v3.4.3 Changes
March 26, 20190οΈβ£ 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
toYes
-
v3.3.9 Changes
January 25, 2019 -
v3.3.8 Changes
January 12, 2019Pass 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