🔥 Firebase Dynamic Links shutting down? Migrate your links in minutes. Learn more →

✨ Native SDKs for iOS, Android, Flutter & React Native

Deep linking that
actually works

Create smart deep links that seamlessly connect users to your mobile app. Track attribution, measure performance, and grow your app with confidence.

99.9% Uptime SLA
<50ms Redirect latency
100% Android attribution
Native SDKs for
iOS
Android
Flutter
React Native
Dashboard

Trusted by developers building the next generation of mobile apps

YourApp
StartupCo
MobileFirst
AppStudio
DevTeam

Everything you need for
mobile growth

Powerful features to help you understand your users and grow your app.

🌐

Branded Short Links

Each app gets a dedicated subdomain. Your links look like yourapp.clppr.xyz/promo — clean, branded, and trustworthy.

📱

Deferred Deep Links

Preserve link context through app install. Users land exactly where you intended, even after downloading your app.

🎯

Deterministic Matching

100% accurate attribution on Android via Install Referrer. Probabilistic matching for iOS with fingerprinting.

📊

Attribution Analytics

Know exactly which campaigns drive installs and conversions. Track the complete user journey from click to in-app action.

Edge Network

Links served from 200+ global edge locations via Cloudflare. Sub-50ms redirects anywhere in the world.

🔔

Webhooks

Real-time notifications for installs, clicks, and conversions. Integrate with your existing data pipeline.

📲

QR Codes

Generate QR codes for any link instantly. Perfect for offline marketing and print campaigns.

🔗

Universal & App Links

Automatic AASA and AssetLinks file hosting. No server configuration needed — just add your Team ID or SHA256 fingerprints.

🔥 Firebase Dynamic Links Sunset

Migrating from Firebase?

Firebase Dynamic Links is shutting down on August 25, 2025. Don't panic — Clippr makes migration painless.

  • Import your existing links via CSV export
  • Keep your deep link paths unchanged
  • Simple SDK swap — similar API
  • Better attribution than Firebase ever had
Read Migration Guide →
1

Export from Firebase

Download your Dynamic Links as CSV from Firebase Console

2

Import to Clippr

Upload CSV in dashboard — links are validated and created automatically

3

Update your app

Replace Firebase SDK with Clippr SDK. Your deep link handling code stays the same.

How it works

Get started in minutes with our native SDKs.

1

Create your app

Register your app and get a dedicated subdomain like yourapp.clppr.xyz. Configure your bundle ID and Team ID.

2

Install the SDK

Add our native SDK via Swift Package Manager, Gradle, or your preferred package manager. Initialize with your API key.

3

Create links

Generate deep links via dashboard or API. Each link automatically gets your branded subdomain.

4

Track & optimize

Watch attribution flow in real-time. See which campaigns drive installs and in-app conversions.

Native-first SDKs

Built from the ground up for iOS and Android. No bridges, no compromises. Flutter and React Native wrappers available.

  • ✓ Automatic Universal Links & App Links handling
  • ✓ Deferred deep link resolution
  • ✓ Install attribution tracking
  • ✓ Custom event tracking
  • ✓ Deterministic matching on Android
View Documentation
AppDelegate.swift
import Clippr

func application(_ application: UIApplication,
    didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
    
    // Initialize Clippr
    Clippr.configure(apiKey: "clippr_live_xxx")
    
    // Check for deferred deep link
    Clippr.checkForDeferredDeepLink { result in
        switch result {
        case .success(let link):
            self.navigate(to: link.path, metadata: link.metadata)
        case .none:
            break
        }
    }
    
    return true
}

// Handle Universal Links
func application(_ application: UIApplication,
    continue userActivity: NSUserActivity,
    restorationHandler: @escaping ([UIUserActivityRestoring]?) -> Void) -> Bool {
    
    return Clippr.handleUniversalLink(userActivity) { link in
        self.navigate(to: link.path, metadata: link.metadata)
    }
}

Simple, transparent pricing

Start free, scale as you grow. No hidden fees.

Free

$0/month

Perfect for getting started

  • 1,000 monthly active users
  • 10,000 link clicks
  • 1 app
  • 7-day data retention
  • Community support
Get Started

Enterprise

Custom

For large-scale apps

  • Unlimited MAUs
  • Unlimited everything
  • Unlimited apps
  • 1-year data retention
  • Custom integrations
  • Dedicated support
  • SLA guarantee
Contact Sales

Ready to grow your app?

Start tracking your mobile attribution today. Free forever for small apps.