Skip to content

Releases: hypertrack/sdk-ios

5.6.0

05 Jun 20:56
Compare
Choose a tag to compare

Added

  • 🆕 New HyperTrack.workerHandle property can be used to identify workers

    • We observed our customers identify worker devices via HyperTrack.metadata, so we decided to make it a first class citizen in our API!
    • If you previously used metadata to identify workers, we suggest using workerHandle for this purpose instead. 👈
  • Exposed a new HyperTrackSwizzlingDidReceiveRemoteNotificationEnabled Info.plist key that can be used to specifically disable swizzling of the UIApplicationDelegate.application(_:didReceiveRemoteNotification:fetchCompletionHandler:) method.

5.5.4

13 May 17:57
Compare
Choose a tag to compare

Changed

  • Improved documentation for addGeotag() methods

Fixed

  • Protect against calling push completion handler multiple times
  • Fixes and improvements for internal error reporting
  • Fixed a bug that led to a small event loss

5.5.3

26 Apr 19:19
Compare
Choose a tag to compare

Added

  • Added missing NSPrivacyCollectedDataTypes to PrivacyInfo.xcprivacy manifest file
    • CrashData, DiagnosticData, PerformanceData, DeviceID, UserID, CoarseLocation, PreciseLocation

5.0.7-privacy-manifest2

26 Apr 19:03
Compare
Choose a tag to compare

Added

  • Added missing NSPrivacyCollectedDataTypes to PrivacyInfo.xcprivacy manifest file
    • CrashData, DiagnosticData, PerformanceData, DeviceID, UserID, CoarseLocation, PreciseLocation

5.5.2

23 Apr 17:20
Compare
Choose a tag to compare

Fixed

  • Fixed an edge case when a battery update would be skipped

5.5.1

16 Apr 19:10
Compare
Choose a tag to compare

Added

  • Bundle the Apple Privacy Manifest file as part of the SDK xcframework

Changed

  • Background Location Indicator (Blue Pill)
    • Default behaviour has been changed to hidden on devices with "Always" location permission
    • Previously the indicator would always show, now only for devices with "While Using" permission
    • As part of this change we had to lower the location distance filter

5.0.7-privacy-manifest

15 Apr 19:23
Compare
Choose a tag to compare

Added

  • iOS: Bundle the Apple Privacy Manifest file as part of the SDK xcframework

5.5.0

06 Apr 07:50
Compare
Choose a tag to compare

Added

  • Support for tracking orders with geotags.
  • New HyperTrackAllowMockLocation Info.plist flag to support mock locations in development testing.

Changed

  • Better data batching to optimize battery usage

5.4.1

12 Feb 18:54
Compare
Choose a tag to compare

Fixed

  • Reduced instances where memory and network spikes could cause crashes or excessive battery drain.

5.4.0

26 Jan 18:40
Compare
Choose a tag to compare

Added

  • Improved reporting of battery status and percentage changes.

Fixed

  • Fixed over-reporting of location_unavailable outage.