https://github.com/hypertrack/sdk-ionic-capacitor
https://github.com/hypertrack/sdk-ionic-capacitor
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hypertrack/sdk-ionic-capacitor
- Owner: hypertrack
- License: mit
- Created: 2022-07-13T11:14:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-03T14:12:26.000Z (8 months ago)
- Last Synced: 2025-11-24T06:06:16.657Z (6 months ago)
- Language: Kotlin
- Size: 731 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Ionic Capacitor HyperTrack SDK
[](./LICENSE)
[](https://www.npmjs.com/package/hypertrack-sdk-ionic-capacitor)
[](https://github.com/hypertrack/sdk-ios)
[](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.
Ionic Capacitor HyperTrack SDK is a wrapper around native iOS and Android SDKs that allows to integrate HyperTrack into Ionic Capacitor apps.
For information about how to get started with Ionic Capacitor HyperTrack SDK, please check this [Guide](https://www.hypertrack.com/docs/install-sdk-ionic-capacitor).
## Installation
`npm install hypertrack-sdk-ionic-capacitor`
### Android
In order to use this plugin, please add HyperTrack repository in `android/build.gradle`:
```
allprojects {
repositories {
google()
jcenter()
maven {
name 'hypertrack'
url 'https://s3-us-west-2.amazonaws.com/m2.hypertrack.com/'
}
}
}
```
## Sample code
[Quickstart React Native app](https://github.com/hypertrack/quickstart-ionic-capacitor)
## Wrapper API Documentation
[Wrapper API Documentation](https://hypertrack.github.io/sdk-ionic-capacitor/)
## Requirements
### iOS
- iOS version 13.0+
## Contributing
If you want to contribute check [CONTRIBUTING.md](CONTRIBUTING.md)