You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [8.2.0] - 2022-09-23
8
+
### Changed
9
+
- Updated Android SDK to 6.3.0 and iOS SDK to 4.13.0
10
+
- When the Android app is uninstalled completely from the device and then installed back, the device_id will change. This improves the stability of the data coming from the SDK. Now this behavior is the same between Android SDK and iOS SDK.
11
+
- If the user simulates locations when it's prohibited, the SDK still passes real locations through if there are any.
12
+
- Decreased the time sensitivity for first location detection. Results in fewer `location_unavailable` outages when tracking starts on Android.
13
+
14
+
### Fixed
15
+
- Now, all logs in Android SDK are disabled by default and can be enabled by enableDebugLogging()
[HyperTrack](https://www.hypertrack.com) lets you add live location tracking to your mobile app. Live location is made available along with ongoing activity, tracking controls and tracking outage with reasons.
0 commit comments