Snowplow iOS Tracker v1.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. Also, the new session management avoids 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: