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)
-
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
- π Xcode 10.2 support and some code cleanup
-
v3.4.4 Changes
March 28, 2019- Pass through value while casting an already stringified value type
#840
- Pass through value while casting an already stringified value type
-
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