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.
This repo contains an example React Native app that has everything you need to get started.
For information about how to get started with React Native SDK, please check this Guide.
Sign up for HyperTrack and get your publishable key from the Setup page.
npm install
npx expo prebuild
npx pod-install
Follow the instructions on setting up publishable key in our docs.
Push notification setup depends on the workflow of your choosing. HyperTrack SDK needs Firebase Cloud Messaging and APNS to manage on-device tracking as well as enable using HyperTrack cloud APIs from your server to control the tracking.
- For iOS, to enable push notifcations you need to add push notifications credentials
- For Android, to enable push notifcations you need to use FCM for Push Notifications
Follow the instructions on setting up silent push notifications in our docs.
Depending on your workflow you'll want to run the project in following ways:
- managed: build and run the app with Expo EAS build
- bare:
- android:
npx expo run:android
- ios:
npx expo run:ios
- android:
Enable location and activity permissions (choose "Always Allow" for location).
Press Start tracking
button.
To see the device on a map, open the HyperTrack dashboard.
Join our Slack community for instant responses. You can also email us at [email protected]