Releases: mixpanel/mixpanel-swift
v2.5.9 - Support for account-level analytics
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
- Allow to remove All device push tokens, thanks @asiliuk for providing this PR
#288
Bug fix
- Fix EXC_BAD_ACCESS crash in background thread and a complete audit for async dispatch, special thanks to @RamblinWreck77 for providing this PR
#285
v2.5.8 - Event triggered in-app notifications support
- Add the feature: Event triggered in-app notifications support
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.
#287
v2.5.7 - Bug fixes
-
Store total app sessions, total app session length and first app open date as user properties, parity with ObjC
#283 -
Add
NSString
asMixpanelType
thanks @eXhausted
#265 -
Fix crashes
#282 thanks @RamblinWreck77
#273 thanks @drfindley
#188 thanks @kevinchau
v2.5.6 - Bug fixes
- 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)
#276
v2.5.5 - Bug fixes
- Fix the issue where in some rare cases events could potentially be sent more than once.
#264
v2.5.4 - Send device_id and user_id with event/people updates
v2.5.3 - Bug fixes
-
Fix codeless tracking not able to track UITextField in iOS 12
#260 -
Remove
collectionName
andgroupName
from Tweak init public params, they are not meant to be exposed
#261 -
Enable an Active Compilation Condition
NO_AB_TESTING_EDITOR
to disable ab testing web editor support(disable gesture recognizer) explicitly. Otherwise, it is enabled by default.
#260
v2.5.2 - Bug fix
- Fix crash on tapping notification when built by Xcode 10 (Thanks @squarelab-jwlee) !
#256