Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trace SDK Samples

Reference apps demonstrating the Trace install attribution and deep links SDK.

All samples default to test mode (TraceConfig.test()) — no API key, no server, no setup required. Clone and run.

Sample Platform Key Features
android/ Android (Jetpack Compose) Navigation3, deep link routing, auth-gated navigation
ios/ iOS (SwiftUI) TraceProvider, route mapping, deferred deep links
kmp/ Kotlin Multiplatform (Compose) Shared UI across Android & iOS, Navigation3, cross-platform deep links

Quick Start

Android

cd android
./gradlew installDebug

iOS

Open ios/TraceSample/TraceSample.xcodeproj in Xcode → Run.

KMP (Compose Multiplatform)

# Android target
cd kmp
./gradlew installDebug

# iOS target
open kmp/iosApp/iosApp.xcodeproj
# Select a simulator → Run

Using Real Credentials

Each sample includes commented-out code showing how to switch from test mode to real credentials. Search for "To use real credentials" in the entry point files:

  • android/SampleApp.kt
  • ios/SampleApp.swift
  • kmp/SampleApp.kt (Android) / MainViewController.kt (iOS)

Documentation

About

Reference apps for the Trace SDK

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages