Releases: hypertrack/sdk-ios
Releases · hypertrack/sdk-ios
4.13.0
Changed
- If the user simulates locations when it's prohibited, the SDK still passes real locations through if there are any.
4.12.4
Fixed
- Setting availability now immediately reflects in availability getter
4.12.3
Fixed
- Notifications sending only when tracking and availability values change.
4.12.2
Fixed
- A race where the tracking and availability notifications were sent before they observable variables were changed.
4.12.1
Fixed
- Regression in posting tracking notifications
4.12.0
Added
- SDK now reports simulated locations as an outage
- Developers can simulate locations in development using the new
mockLocationsAllowed
property.
Changed
- Logs are disabled by default now. Can be enabled using the new
isLoggingEnabled
type property.
4.11.1
Fixed
- Fixed Objective-C interface not having an error case for location getter.
4.11.0
Added
- Current location getter allows to synchronously get the current location of the user or a reason for why it's not available.