Releases: mixpanel/mixpanel-swift
v2.6.10 - Bug fixes
- Fix extension api compile issue
#341
v2.6.9 - In-app notification fixes for iOS 13
- Fix mini notification not showing properly in some devices.
- Fix In-apps not showing up for iOS 13 with Scenes.
#338
v2.6.8 - Bug fixes
Prevent users from seeing duplicate inapps when logging out and back in
#337
v2.6.7 - bug fixes
v2.6.6 - Xcode 11 and bug fixes
- Xcode 11 and iOS 13 ready
- Fix the crash in archiveToFile's NSKeyedArchiver, thanks @RamblinWreck77
#330 - Fix the crash for Mixpanel Logger
#330
v2.6.5 - bug fixes
Fix duplicate triggered inapps shown between app sessions
#324
v2.6.4 - race condition bug fixes
v2.6.3 - Improved identity management support and bug fixes
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
v2.6.2 - Xcode 10.2 and swift 5 support
- Xcode 10.2 and swift 5 support
#296
v2.6.1 - Bug fixes
- Include super properties during display trigger evaluation
- Fix bug while comparing string types
#291