Three lines of code. Ships today.
Native SDKs for every major platform. Under 50kb. No IDFA, no ATT prompt, zero third-party dependencies.
Native SDKs for every major platform. Under 50kb. No IDFA, no ATT prompt, zero third-party dependencies.
Swift
Native Swift SDK for iOS apps. Supports SwiftUI and UIKit with zero dependencies.
import Instally
Instally.configure(appId: "APP_ID", apiKey: "API_KEY")
Instally.trackInstall()Kotlin
Native Kotlin SDK for Android apps. Uses the Install Referrer API for accurate install tracking.
import io.instally.Instally
Instally.configure(this, appId = "APP_ID", apiKey = "API_KEY")
Instally.trackInstall(this)Dart
Cross-platform Flutter SDK for iOS and Android. Single codebase, full install and revenue tracking.
import 'package:instally/instally.dart';
Instally.configure(appId: 'APP_ID', apiKey: 'API_KEY');
await Instally.trackInstall();Every SDK shares the same core design. Pick your stack and ship.
No App Tracking Transparency prompt needed. Works without any advertising identifiers.
No third-party libraries bundled. Minimal binary size impact on your app.
trackInstall() only fires once per install. Safe to call on every app launch.
Connect RevenueCat, Stripe, Superwall, or Adapty via webhooks. See revenue per link.
All SDKs are open source on GitHub. Inspect the code, submit issues, contribute.
From package install to first tracked install in under 5 minutes.
| SDK | Requirements |
|---|---|
| iOS (Swift) | iOS 14+, Swift 5.7+, Xcode 14+ |
| Android (Kotlin) | Android 5.0+ (API 21), Kotlin 1.8+ |
| Flutter (Dart) | Flutter 3.0+, Dart 2.17+ |
| React Native (TypeScript) | React Native 0.70+, Expo SDK 47+ |
Ready / v1.0
Pick your platform and integrate in minutes. Free plan includes 10,000 installs per month.