Snowplow iOS Tracker 1.6.0 released

Snowplow iOS Tracker 1.6.0 released

We are pleased to announce Snowplow iOS Tracker 1.6.0

This release fixes an issue about Swift Package Manager where the minimum deployment target version didn’t meet the stricter requirements of Xcode 12.

We also refactored the session management which fixes an issue where short session timeout could cause more than one session expiration. The new session management avoids also other possible issues as it adopts a different way to check if the session is expired (more details on #497 thread).

CHANGELOG

Bug fixes:

  • Enable Xcode 12 support for Swift Package Manager (#544) (Thanks to Marc Schultz contribution)
  • Make session uuid rotation dependant on events being tracked (#497)

Under the hood:

  • Update GitHub Actions to test on iOS 14 (#545)
  • Session storageMechanism is marked SQLITE but it’s not (#482)

1.6.0 is available on Cocoapods.

The project’s source code can be found here.

1 Like