Skip to main content
SDKs

Three lines of code. Ships today.

Native SDKs for every major platform. Under 50kb. No IDFA, no ATT prompt, zero third-party dependencies.

iOS
iOS
Android
Android
Flutter
Flutter
React Native
React Native
iOS

iOS

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()
Android

Android

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)
Flutter

Flutter

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();
React Native

React Native

TypeScript

React Native SDK for cross-platform apps. Works with Expo and bare React Native projects.

import { instally } from 'instally-react-native';

instally.configure({ appId: 'APP_ID', apiKey: 'API_KEY' });
await instally.trackInstall();
Built for production

Same principles. Every platform.

Every SDK shares the same core design. Pick your stack and ship.

No IDFA required

No App Tracking Transparency prompt needed. Works without any advertising identifiers.

Zero dependencies

No third-party libraries bundled. Minimal binary size impact on your app.

Idempotent tracking

trackInstall() only fires once per install. Safe to call on every app launch.

Revenue tracking

Connect RevenueCat, Stripe, Superwall, or Adapty via webhooks. See revenue per link.

Open source

All SDKs are open source on GitHub. Inspect the code, submit issues, contribute.

5-minute setup

From package install to first tracked install in under 5 minutes.

Requirements

Minimum versions.

SDKRequirements
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

Start tracking today.

Pick your platform and integrate in minutes. Free plan includes 10,000 installs per month.