Skip to content

hypertrack/quickstart-maui

Repository files navigation

MAUI Quickstart for HyperTrack SDK

GitHub NuGet

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 MAUI app that has everything you need to get started.

For information about how to get started with MAUI SDK, please check this Guide.

How to get started?

Create HyperTrack Account

Sign up for HyperTrack and get your publishable key from the Setup page.

Setup the environment

You need to set up the development environment for .NET MAUI

Setup the project

  • Run dotnet restore
  • Run dotnet build

Set your publishable key

Follow the instructions on setting up publishable key in our docs

Setup silent push notifications

Follow the instructions on setting up silent push notifications in our docs.

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.

Run the app

  • Android: run dotnet build -t:Run -f net9.0-android
  • iOS: run dotnet build -t:Run -f net9.0-ios

Grant permissions

Grant required permissions to the app

Start tracking

Press Start tracking button.

To see the device on a map, open the HyperTrack dashboard.

The app will create a driver with driver handle test_driver_quickstart_maui_<your platform>

Support

Join our Slack community for instant responses. You can also email us at [email protected]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published