github mixpanel/mixpanel-swift v2.6.3
v2.6.3 - Improved identity management support and bug fixes

latest releases: v4.2.6, v4.2.5, v4.2.4...
4 years ago

mixpanel.identify() 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 Active Complilation Conditions in your build settings so anonymous users don't have the same distinct_id (IFA/IFV by default)
#306

fix a potential crash issue by fetching the current super properties
#304

fix deadlock in readwrite lock
#307 thanks @RamblinWreck77

Missing case in makeObjectSerializable() : NaN or infinity cannot be serialized as JSON
#303 thanks @tonysung

Prefix swizzled method name
#289 thanks @ChrisGriffiths

Don't miss a new mixpanel-swift release

NewReleases is sending notifications on new releases.