Skip to content

3.8.0

Latest
Compare
Choose a tag to compare
@pavel-kuznetsov-hypertrack pavel-kuznetsov-hypertrack released this 17 Jan 16:32
422b93b

Added

  • New HyperTrack.getAllowMockLocation() and HyperTrack.setAllowMockLocation() methods which can be used to allow mocking location data.
    • Check the Test with mock locations guide for more information.
    • Note: To avoid issues related to race conditions in your code use this API only if modifying the compiled HyperTrackAllowMockLocation AndroidManifest.xml/Info.plist value is insufficient for your needs.
      • Example: if for some reason you aren't able to recompile with HyperTrackAllowMockLocation set to YES/true for your prod app QA mock location tests and need to set up the value in runtime.

Changed

  • Updated HyperTrack SDK iOS to 5.10.0
  • Updated HyperTrack SDK Android to 7.10.0