3.8.0
·
3 commits
to main
since this release
Added
- New
HyperTrack.getAllowMockLocation()
andHyperTrack.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 toYES
/true
for your prod app QA mock location tests and need to set up the value in runtime.
- Example: if for some reason you aren't able to recompile with