SDK Tutorials

Android SDK — App Links setup

Add reliable deep linking with deferred context using Android App Links. This guide covers repository & dependency, intent filters with autoVerify, assetlinks.json via SDDL, SHA-256 fingerprints, and a minimal Kotlin usage example.

Read more

iOS SDK — Quick Integration Guide

Install via CocoaPods, enable Universal Links (Associated Domains), and add SwiftUI/UIKit handlers to open the right screen on first app launch.

Read more

Flutter SDK — Quick Integration Guide

Add deferred deep links to your Flutter app. Configure Universal Links on iOS and App Links on Android, then handle payloads on first launch with a minimal SDK call.

Read more

React Native SDK — iOS Universal Links & Android App Links

Add SDDL to your React Native app, enable iOS Universal Links and Android App Links, and handle the deep link payload with a minimal init.

Read more

No-SDK Deep Links — REST-Only Integration Guide

Implement deferred deep links without adding any client library. Create links via API, let Universal/App Links route the user, and fetch the post-install payload on first launch with a simple HTTP call.

Read more