🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

hypertrack-sdk-ionic-capacitor

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hypertrack-sdk-ionic-capacitor

Capacitor plugin for HyperTrack generation SDKs

4.0.3
latest
Source
npm
Version published
Weekly downloads
925
-18.93%
Maintainers
0
Weekly downloads
 
Created
Source

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

Keywords

capacitor

FAQs

Package last updated on 07 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts