HyperTrack.SDK.MAUI 1.0.3

dotnet add package HyperTrack.SDK.MAUI --version 1.0.3
                    
NuGet\Install-Package HyperTrack.SDK.MAUI -Version 1.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HyperTrack.SDK.MAUI" Version="1.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HyperTrack.SDK.MAUI" Version="1.0.3" />
                    
Directory.Packages.props
<PackageReference Include="HyperTrack.SDK.MAUI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add HyperTrack.SDK.MAUI --version 1.0.3
                    
#r "nuget: HyperTrack.SDK.MAUI, 1.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package HyperTrack.SDK.MAUI@1.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=HyperTrack.SDK.MAUI&version=1.0.3
                    
Install as a Cake Addin
#tool nuget:?package=HyperTrack.SDK.MAUI&version=1.0.3
                    
Install as a Cake Tool

MAUI HyperTrack SDK

GitHub NuGet 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.

MAUI HyperTrack SDK is a wrapper around native iOS and Android SDKs that allows to integrate HyperTrack into .NET MAUI apps.

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

Installation

Add following to your project .csproj file:

<ItemGroup>
		<PackageReference Include="HyperTrack.SDK.MAUI" Version="VERSION" />

		
		<AndroidMavenLibrary Include="com.hypertrack:sdk-android-model" Version="7.11.4" Repository="https://s3-us-west-2.amazonaws.com/m2.hypertrack.com/" Bind="false" Condition="'$(TargetFramework)' == 'net9.0-android'"/>
		<AndroidMavenLibrary Include="org.jetbrains.kotlinx:kotlinx-serialization-json-jvm" Version="1.3.3" Bind="false" Condition="'$(TargetFramework)' == 'net9.0-android'"/>
		<AndroidIgnoredJavaDependency Include="org.jetbrains.kotlin:kotlin-stdlib:1.6.21" />
		<AndroidIgnoredJavaDependency Include="org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21" />
		<AndroidIgnoredJavaDependency Include="org.jetbrains.kotlin:kotlin-stdlib-common:1.6.21" />
		<AndroidIgnoredJavaDependency Include="org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.3.3" />
</ItemGroup>

Sample code

Quickstart MAUI app

Requirements

Requirements for MAUI HyperTrack SDK

Contributing

If you want to contribute check CONTRIBUTING.md

Product Compatible and additional computed target framework versions.
.NET net9.0-android35.0 is compatible.  net9.0-ios18.0 is compatible.  net10.0-android was computed.  net10.0-ios was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.3 1,372 3/27/2025
1.0.2 585 3/25/2025
1.0.1 141 3/21/2025