Releases: hypertrack/sdk-ionic-capacitor
Releases · hypertrack/sdk-ionic-capacitor
4.0.3
4.0.2
4.0.1
Fixed
- Error on
HyperTrack.getOrders()
/HyperTrack.subscribeToOrders()
on Android when assigning multiple orders to the worker
4.0.0
Changed
Order.isInsideGeofence
is now an async fuction that returns the value at the moment when it called (instead of the constant value at the time ofgetOrders
being called)- Updated HyperTrack SDK iOS to 5.11.0
- Updated HyperTrack SDK Android to 7.11.0
Fixed
- Wrong order of Orders in
HyperTrack.getOrders()
on iOS
3.8.0
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
Changed
3.7.1
3.7.0
3.6.3
3.6.2
3.6.1
Changed
- Updated HyperTrack SDK Android to 7.8.2