Releases: hypertrack/sdk-ios
Releases · hypertrack/sdk-ios
5.13.0
Changed
- Improved responsiveness of order geofence crossing updates by flushing the crossing location together with the current batch.
Fixed
- Fixed SDK exponential backoff so reconnection retries happen promptly after connectivity loss.
- Fixed batching edge cases around battery-change location events.
- Fixed cases where state attached to emitted events could be stale
5.12.1
Fixed
- Compatibility with Xcode 16.4 compiler
5.12.0
5.11.3
Changed
- Fixes and improvements to SDK runtime efficiency
5.11.2
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
Changed
- Fixes and improvements to SDK runtime efficiency
5.11.0
Changed
- Fixes and improvements to SDK runtime efficiency
5.10.0
Added
- New
HyperTrack.allowMockLocationgetter/setter which can be used to allow mock location(s).- Use this API only if modifying the compiled
HyperTrackAllowMockLocationInfo.plist value is insufficient for your needs.- example: if for some reason you aren't able to recompile with
HyperTrackAllowMockLocationset toYESfor your prod app QA mock location tests.
- example: if for some reason you aren't able to recompile with
- Use this API only if modifying the compiled
Changed
- Fixes and improvements to SDK runtime efficiency
5.9.1
Changed
- Fixes and improvements to SDK runtime efficiency
5.9.0
Changed
HyperTrack.locationreturns the latest location (previously distance filtered)