Skip to content

Commit

Permalink
Add dynamic pubishable key API (#93)
Browse files Browse the repository at this point in the history
Update HyperTrack SDK iOS to 5.3.0 and Android to 7.3.0

---------

Co-authored-by: Fero <[email protected]>
  • Loading branch information
pavel-kuznetsov-hypertrack and ferologics authored Jan 25, 2024
1 parent 2db750f commit e21bf1f
Show file tree
Hide file tree
Showing 37 changed files with 201 additions and 42 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [13.0.0] - 2024-01-24

### Added

- 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

### Changed

- Updated HyperTrack SDK iOS to 5.3.0
- Updated HyperTrack SDK Android to 7.3.0

### Fixed

- Remove async from `setIsAvailable`, `setIsTracking`, `setMetadata`, `setName` methods

## [12.1.0] - 2024-01-17

### Fixed
Expand Down Expand Up @@ -754,3 +769,4 @@ Initial release.
[11.0.11]: https://github.com/hypertrack/sdk-react-native/releases/tag/11.0.11
[12.0.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/12.0.0
[12.1.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/12.1.0
[13.0.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.0.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![GitHub](https://img.shields.io/github/license/hypertrack/sdk-react-native?color=orange)](./LICENSE)
[![npm](https://img.shields.io/npm/v/hypertrack-sdk-react-native.svg)](https://www.npmjs.com/package/hypertrack-sdk-react-native)
[![iOS SDK](https://img.shields.io/badge/iOS%20SDK-5.2.0-brightgreen.svg)](https://github.com/hypertrack/sdk-ios)
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.2.0-brightgreen.svg)](https://github.com/hypertrack/sdk-android)
[![iOS SDK](https://img.shields.io/badge/iOS%20SDK-5.3.0-brightgreen.svg)](https://github.com/hypertrack/sdk-ios)
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.3.0-brightgreen.svg)](https://github.com/hypertrack/sdk-android)

[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.

Expand Down
2 changes: 1 addition & 1 deletion docs/assets/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e21bf1f

Please sign in to comment.