HyperTrack 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.
npm install hypertrack-sdk-ionic-capacitor
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/'
}
}
}
- iOS version 13.0+
If you want to contribute check CONTRIBUTING.md