Skip to content

Releases: hypertrack/sdk-react-native

9.2.2

01 Jun 20:17
5bae36b
Compare
Choose a tag to compare

Changed

  • Updated HyperTrack iOS SDK to 4.16.0

9.2.1

19 May 17:59
1884e72
Compare
Choose a tag to compare

Fixed

  • Fixed addGeotag (with expected location) return type

9.2.0

19 May 10:09
658055c
Compare
Choose a tag to compare

Added

  • addGeotag with expected location

Changed

  • HyperTrack iOS SDK updated to 5.15.0

9.1.1

30 Mar 14:49
Compare
Choose a tag to compare

Fixed

  • Removed types re-export to fix issues with some build configurations

9.1.0

30 Mar 14:49
Compare
Choose a tag to compare

Added

  • automaticallyRequestPermissions param to initialize()

9.0.0

17 Feb 18:53
Compare
Choose a tag to compare

Changed

  • Updated HyperTrack iOS SDK to 4.14.0
  • Updated HyperTrack Android SDK to 6.4.0
  • createInstance() renamed to initialize()
  • getDeviceID() renamed to getDeviceId()
  • syncDeviceSettings() renamed to sync()
  • setDeviceName() renamed to setName()
  • subscribeToErrors() callback now has param type (HyperTrackError)
  • LocationError now has different structure

Added

  • initialize() configuration params for
    • Debug logging
    • Background location permissions request for Android
    • Mock locations
  • subscribeToAvailability()

Removed

  • enableDebugLogging() (use initialize() param loggingEnabled istead)
  • setTripMarker() (use addGeotag instead)

8.2.2

10 Oct 10:34
Compare
Choose a tag to compare

Fixed

  • Deployment target for iOS changed to 11, to comply with native iOS SDK.

8.2.1

27 Sep 10:33
Compare
Choose a tag to compare

Fixed

  • enableDebugLogging() now doesn't cause an infinite loop when called.

8.2.0

23 Sep 16:54
Compare
Choose a tag to compare

Changed

  • Updated Android SDK to 6.3.0 and iOS SDK to 4.13.0
  • 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.
  • If the user simulates locations when it's prohibited, the SDK still passes real locations through if there are any.
  • Decreased the time sensitivity for first location detection. Results in fewer location_unavailable outages when tracking starts on Android.

Fixed

  • Now, all logs in Android SDK are disabled by default and can be enabled by enableDebugLogging()

8.1.0

30 Aug 11:18
Compare
Choose a tag to compare

Changed

  • Updated Android SDK to 6.2.2 that is compabible with any native library (React Native C++) and reduces the SDK size too. SDK should now add only 4MB to the compressed app's size, when downloaded from Google Play instead of 17 MB on 8.0.0.