Skip to content

Releases: mixpanel/mixpanel-swift

v2.5.9 - Support for account-level analytics

22 Mar 08:39
Compare
Choose a tag to compare

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

15 Mar 00:04
Compare
Choose a tag to compare
  • 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

25 Jan 22:42
Compare
Choose a tag to compare

v2.5.6 - Bug fixes

11 Jan 23:55
Compare
Choose a tag to compare
  • 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

07 Nov 03:59
Compare
Choose a tag to compare
  • 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

19 Oct 18:56
Compare
Choose a tag to compare
  • Events will have properties $user_id which is identified user and $device_id
    which is how anonymous events are tracked as before identify was called.
    #262

  • People updates will also contain fields $user_id and $device_id.
    #262

v2.5.3 - Bug fixes

14 Oct 19:12
Compare
Choose a tag to compare
  • Fix codeless tracking not able to track UITextField in iOS 12
    #260

  • Unset VALID_ARCH setting, thanks @krbarnes
    #258

  • Remove collectionName and groupName 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

08 Oct 16:13
Compare
Choose a tag to compare

v2.5.1 - Bug fixes

08 Oct 05:41
Compare
Choose a tag to compare
  • Fix notification tracking crash related to @noescape, thanks @Macmee
    #244
  • Fix OSAtomicAdd32 deprecated warning in iOS 10
    #253

v2.5.0 - Xcode 10 and swift 4.2 support

21 Sep 00:11
Compare
Choose a tag to compare
  • Xcode 10 and swift 4.2 support
    #238
  • Fix a crash caused by force downcast to [UIControl]
    #226
  • MIXPANEL_NO_IFA support for Swift library
    #231
  • Disable gesture recognizer in production code
    #210