Releases: hypertrack/sdk-ios
Releases · hypertrack/sdk-ios
4.0.0-rc.10
Release 4.0.0-rc.10
Fix for concurrency crash
Fixed
- Fixed a crash when multiple HyperTrack SDK interface calls done sequentially could lead to access of the variable on the wrong thread.
4.0.0-rc.5
Release 4.0.0-rc.5
4.0.0-rc.4
Release 4.0.0-rc.4
4.0.0-rc.3
Release 4.0.0-rc.3
4.0.0-rc.2
Release 4.0.0-rc.2
4.0.0-rc.1
Release 4.0.0-rc.1
Dependency update
Changed
- Updated GRDB dependency to
4.4.0
. This allows our SDK to work around React Native bug in0.60+
Better client-platform communication
Added
- SDK informs HyperTrack platform about tracking outages that happened when SDK was offline (permissions change)
Fixed
- Multiple push notifications received in the background now can't lead to app being suspended (because of tracking being restarted)
Improved first tracking experience
Added
- When SDK starts tracking it sends the last known activity event. This can help visually understand in what state the device is currently in immediately after tracking has started.
- Added more debug logging
Changed
- Improved location filtering. This increases the number of location events during unknown activities. Should improve overall tracking polyline.