hypertrack-sdk-ionic-capacitor
TypeScript icon, indicating that this package has built-in type declarations

3.2.1 • Public • Published

Ionic Capacitor HyperTrack SDK

GitHub npm iOS SDK Android 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

Quickstart React Native app

Wrapper API Documentation

Wrapper API Documentation

Requirements

iOS

  • iOS version 13.0+

Contributing

If you want to contribute check CONTRIBUTING.md

Readme

Keywords

Package Sidebar

Install

npm i hypertrack-sdk-ionic-capacitor

Weekly Downloads

817

Version

3.2.1

License

MIT

Unpacked Size

237 kB

Total Files

91

Last publish

Collaborators

  • hypertrack