Skip to content

Snowplow iOS Tracker v2.2.2

Compare
Choose a tag to compare
@AlexBenny AlexBenny released this 16 Aug 08:22
· 182 commits to master since this release
805dfc4

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)