Skip to content

Releases: hypertrack/sdk-ios

5.12.1

18 Nov 14:51

Choose a tag to compare

Fixed

  • Compatibility with Xcode 16.4 compiler

5.12.0

17 Oct 15:48

Choose a tag to compare

Added

  • New HyperTrack.orders.track(trackMode:orders:) allows the creation and immediate tracking of order fulfillment.
  • New HyperTrack.orders["order_id"].complete() completes an order.
  • New HyperTrack.orders["order_id"].cancel() cancels an order.

5.11.3

14 Mar 11:58

Choose a tag to compare

Changed

  • Fixes and improvements to SDK runtime efficiency

5.11.2

06 Mar 18:33

Choose a tag to compare

Fixed

  • A race condition in which the user action of killing the app could potentially result in a small amount of events being discarded.

5.11.1

04 Mar 15:03

Choose a tag to compare

Changed

  • Fixes and improvements to SDK runtime efficiency

5.11.0

03 Feb 18:43

Choose a tag to compare

Changed

  • Fixes and improvements to SDK runtime efficiency

5.10.0

17 Jan 11:21

Choose a tag to compare

Added

  • New HyperTrack.allowMockLocation getter/setter which can be used to allow mock location(s).
    • Use this API only if modifying the compiled HyperTrackAllowMockLocation Info.plist value is insufficient for your needs.
      • example: if for some reason you aren't able to recompile with HyperTrackAllowMockLocation set to YES for your prod app QA mock location tests.

Changed

  • Fixes and improvements to SDK runtime efficiency

5.9.1

05 Dec 17:37

Choose a tag to compare

Changed

  • Fixes and improvements to SDK runtime efficiency

5.9.0

22 Nov 18:42

Choose a tag to compare

Changed

  • HyperTrack.location returns the latest location (previously distance filtered)

5.8.1

18 Oct 20:37

Choose a tag to compare

Changed

  • Data batching configuration changes now take effect immediately.

Fixed

  • Fixed a rare issue that could cause location events to be dropped under certain conditions.