Releases: hypertrack/sdk-ios
Releases · hypertrack/sdk-ios
5.5.4
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
Added
- Added missing
NSPrivacyCollectedDataType
s toPrivacyInfo.xcprivacy
manifest file- CrashData, DiagnosticData, PerformanceData, DeviceID, UserID, CoarseLocation, PreciseLocation
5.0.7-privacy-manifest2
Added
- Added missing
NSPrivacyCollectedDataType
s toPrivacyInfo.xcprivacy
manifest file- CrashData, DiagnosticData, PerformanceData, DeviceID, UserID, CoarseLocation, PreciseLocation
5.5.2
Fixed
- Fixed an edge case when a battery update would be skipped
5.5.1
Added
- Bundle the Apple Privacy Manifest file as part of the SDK xcframework
- This change is required for all apps that depend on our SDK to pass AppStore review.
- More info in the announcement and Apple docs about Privacy manifest files
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
Added
- iOS: Bundle the Apple Privacy Manifest file as part of the SDK xcframework
- This change is required for all apps that depend on our SDK to pass AppStore review.
- More info in the announcement and Apple docs about Privacy manifest files
5.5.0
Added
- Support for tracking orders with geotags.
- New
addGeotag(orderHandle, orderStatus, metadata)
function OrderStatus
can be.clockIn
|.clockOut
|.custom("your_status")
- Use this when users clock in/out of work in your app to honor their work time (see Clock in/out Tagging guide for more info)
- New
- New
HyperTrackAllowMockLocation
Info.plist flag to support mock locations in development testing.
Changed
- Better data batching to optimize battery usage
5.4.1
5.4.0
5.4.0-alpha.1
Battery instrumentation pre-release