Skip to content

9.0.0

Choose a tag to compare

@pavel-kuznetsov-hypertrack pavel-kuznetsov-hypertrack released this 17 Feb 18:53
· 71 commits to master since this release

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)