hypertrack-sdk-ionic-capacitor
v3.6.2
Published
Capacitor plugin for HyperTrack generation SDKs
Downloads
1,827
Readme
Ionic Capacitor HyperTrack SDK
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.
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
Wrapper API Documentation
Requirements
iOS
- iOS version 13.0+
Contributing
If you want to contribute check CONTRIBUTING.md