Snowplow iOS Tracker 2.2.2 released

We are pleased to announce the release of our iOS Tracker version 2.2.2.

This is a patch version that fixes a bug introduced with the version 2.0 which allows multiple tracker instances in the same app. The Session UserID should be common among the instances but with the previous version each instance of the tracker generated its own Session UserID. With this fix, all the instances can share the same Session UserID.

Also, this version of the tracker doesn’t store persistent data in the filesystem when running on watchOS and tvOS app. In fact, those operating systems have limitations on the data that can be stored persistently in the device.

CHANGELOG

Bug fixes:

  • Fix Session UserID not consistent among tracker instances (#630)
  • Fix crash on tvOS caused by access to filesystem (#621)

2.2.2 is available on Cocoapods.

The project’s source code can be found here.

2 Likes