Skip to content

Releases: snowplow/snowplow-ios-tracker

Snowplow Obj-C Tracker v1.1.5

26 Nov 16:29
Compare
Choose a tag to compare

This release fixes an important bug which causes Apple to prevent to submit the app because of the IDFA policy.

  • Fix travis script not able to test on iOS 13.2 (#472)
  • Fix IDFA rejection when app submitted with v.1.1.4 (#470)

Snowplow Obj-C Tracker v1.1.4

11 Nov 15:51
Compare
Choose a tag to compare

It fixes both demo apps, build process and issues with Carthage and Cocoapods. It also fixes issues about device model name information and Apple IDFA.

  • Fix doc of method setTimestamp (#467)
  • Set simulator device model information when it runs on simulator (#468)
  • Update swift demo app for 1.1.4 (#460)
  • Update objc demo app for 1.1.4 (#461)
  • Fix Slather (#453)
  • SnowplowTracker-swift.h file not found static lib building (#427)
  • Fix building issues on MacOS target (#466)
  • Fix bridging issues importing the framework on swift demo app (#458)
  • Fix installation of SnowplowTracker via Carthage (#457)
  • Fix Nocilla at 0.11 (#455)
  • Comply with isAdvertisingTrackingEnabled (#447)
  • Fix incomplete device model information (#444)

Snowplow Obj-C Tracker v1.1.3

18 Oct 12:00
Compare
Choose a tag to compare

This release fixes an important bug which causes broken builds.

  • Fix broken build process (#452)
  • Fix ReachabilitySwift at 4.3.1 (#449)

Snowplow Obj-C Tracker v1.1.2

16 May 15:49
Compare
Choose a tag to compare

This release fixes a class name collision with WatchKit, and also addresses packaging issues.

Bugfixes

  • Fix Cartfile in SnowplowSwiftDemo (#420)
  • Fix SPError class name conflict with WatchKit (#418)
  • Fix podspec validation issues (#419)

Snowplow Obj-C Tracker v1.1.1

15 May 14:49
Compare
Choose a tag to compare

This release fixes a bug in screen auto-tracking when used with a UINavigationControllerand header compilation issue when using the bridging header.

Bugfixes

  • Make SPScreenState.h public and foward declare in SPEvent.h (#415)
  • Fix recursion in screen auto-tracking (#416)

Snowplow Obj-C Tracker v1.1.0

06 May 13:14
Compare
Choose a tag to compare

This release adds autotracking of installs, screenviews and exceptions. It also includes the ability to configure a custom endpoint path for POST requests.

New features

  • Add automatic tracking of install lifecycle event (#374)
  • Enable automatic unhandled exception tracking (#371)
  • Add automatic screen view events and screen context (#370)
  • Allow configurable postPath parameter (#409)

Bugfixes

  • Fix various build warnings (#414)
  • Fix warning about self references being retained in SPSession (#412)

Testing

  • Add tests for application context (#410)

Snowplow Obj-C Tracker v1.0.4

28 Feb 19:45
Compare
Choose a tag to compare

This release includes a bug fix in the application context, and adds Swift compatibility for SPRequestOption and SPProtocol.

Bugfixes

  • Fix key-value order for application context (#406)

New functionality

  • Use NS_ENUM for SPRequestOptions and SPProtocol (#402)

Snowplow Obj-C Tracker v1.0.3

25 Feb 17:29
Compare
Choose a tag to compare

This release addresses a schema mismatch in the mobile context.

Bugfixes

  • Remove unnecessary Reachability from podspec (#404)
  • Fix value reported by Reachability (#403)

Snowplow Obj-C Tracker v1.0.2

21 Feb 14:39
Compare
Choose a tag to compare

Another small release to update the README and documentation. Lowers the minimum deployment targets.

Documentation, test, and build

  • Update old badges (#400)
  • Add Carthage badge (#390)
  • Lower minimum deployment targets (#399)

Snowplow Obj-C Tracker v1.0.1

20 Feb 18:43
Compare
Choose a tag to compare

A small release to update the README and documentation.

New functionality

  • Add initializers for SPSession (#396)

Documentation, test, and build

  • Update README.md for new documentation site (#394)
  • Update Swift demo Cartfile (#393)
  • Remove dangling constant (#395)
  • Add Doxygen-generated API reference (#392)