Skip to content

Commit e21bf1f

Browse files
Add dynamic pubishable key API (#93)
Update HyperTrack SDK iOS to 5.3.0 and Android to 7.3.0 --------- Co-authored-by: Fero <[email protected]>
1 parent 2db750f commit e21bf1f

37 files changed

+201
-42
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [13.0.0] - 2024-01-24
9+
10+
### Added
11+
12+
- New Dynamic publishable key API allows to set the publishable key later in the app lifecycle. It should be used only when there is no other way around it and it's impossible to know the publishable key in advance at the build time. Please contact us if this matches your use case
13+
14+
### Changed
15+
16+
- Updated HyperTrack SDK iOS to 5.3.0
17+
- Updated HyperTrack SDK Android to 7.3.0
18+
19+
### Fixed
20+
21+
- Remove async from `setIsAvailable`, `setIsTracking`, `setMetadata`, `setName` methods
22+
823
## [12.1.0] - 2024-01-17
924

1025
### Fixed
@@ -754,3 +769,4 @@ Initial release.
754769
[11.0.11]: https://github.com/hypertrack/sdk-react-native/releases/tag/11.0.11
755770
[12.0.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/12.0.0
756771
[12.1.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/12.1.0
772+
[13.0.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.0.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.2.0-brightgreen.svg)](https://github.com/hypertrack/sdk-ios)
6-
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.2.0-brightgreen.svg)](https://github.com/hypertrack/sdk-android)
5+
[![iOS SDK](https://img.shields.io/badge/iOS%20SDK-5.3.0-brightgreen.svg)](https://github.com/hypertrack/sdk-ios)
6+
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.3.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)