Skip to content

Commit 4e19ced

Browse files
Add Allow mock location methods (#121)
Update HyperTrack SDK iOS to 5.10.0 and Android to 7.10.0
1 parent 371a31f commit 4e19ced

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+203
-36
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [13.8.0] - 2025-01-21
9+
10+
### Added
11+
12+
- New `HyperTrack.getAllowMockLocation()` and `HyperTrack.setAllowMockLocation()` methods which can be used to allow mocking location data.
13+
- Check the [Test with mock locations](https://hypertrack.com/docs/mock-location) guide for more information.
14+
- 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.
15+
- 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.
16+
17+
### Changed
18+
19+
- Updated HyperTrack SDK iOS to [5.10.0](https://github.com/hypertrack/sdk-ios/releases/tag/5.10.0)
20+
- Updated HyperTrack SDK Android to [7.10.0](https://github.com/hypertrack/sdk-android/releases/tag/7.10.0)
21+
822
## [13.7.1] - 2024-12-05
923

1024
### Changed
@@ -985,3 +999,4 @@ Initial release.
985999
[13.6.4]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.6.4
9861000
[13.7.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.7.0
9871001
[13.7.1]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.7.1
1002+
[13.8.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.8.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![GitHub](https://img.shields.io/github/license/hypertrack/sdk-react-native?color=orange)](./LICENSE)
44
[![npm](https://img.shields.io/npm/v/hypertrack-sdk-react-native.svg)](https://www.npmjs.com/package/hypertrack-sdk-react-native)
5-
[![iOS SDK](https://img.shields.io/badge/iOS%20SDK-5.9.1-brightgreen.svg)](https://github.com/hypertrack/sdk-ios)
6-
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.9.1-brightgreen.svg)](https://github.com/hypertrack/sdk-android)
5+
[![iOS SDK](https://img.shields.io/badge/iOS%20SDK-5.10.0-brightgreen.svg)](https://github.com/hypertrack/sdk-ios)
6+
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.10.0-brightgreen.svg)](https://github.com/hypertrack/sdk-android)
77

88
[HyperTrack](https://www.hypertrack.com) lets you add live location tracking to your mobile app. Live location is made available along with ongoing activity, tracking controls and tracking outage with reasons.
99

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)