Subscriptions SDK

Integrate in-app purchases in minutes

Use Adapty SDK to quickly integrate in-app purchases and subscriptions with no server coding. Adapty handles server-side receipt verification, subscription state, subscription events, and more.
Schedule A Demo
Img Mobile Apps Integration

Developer-friendly SDK

Get started with in-app payments in a couple of hours, even if you do it from scratch. You only need 3 SDK methods to begin.
Get started with SDK
Swift
Kotlin
React Native
Flutter
Unity
// Your app's code
import Adapty
Adapty.activate("PUBLIC_SDK_KEY")

// Make a purchase, Adapty handles the rest
do {
	let purchasedInfo = try await Adapty.makePurchase(product)
	// successful purchase
} catch {
	// handle the error
}


// Your app's code
Adapty.activate(this, "YOUR_APP_KEY")

// Make a purchase, Adapty handles the rest
Adapty.makePurchase(activity, product) { result ->
	when (result) {
		is AdaptyResult.Success -> {
			// successful purchase
		}
		is AdaptyResult.Error -> {
			// handle the error
		}
	}
}
// Your app's code
import { adapty } from 'react-native-adapty';
await adapty.activate('YOUR_APP_KEY');

// Make a purchase, Adapty handles the rest
try {
	const profile = await adapty.makePurchase(product);
	// successful purchase
} catch (error) {
	// handle the error
}


// Your app's code
import 'package:adapty_flutter/adapty_flutter.dart';
Adapty().activate();

// Make a purchase, Adapty handles the rest
try {
	final profile = await Adapty().makePurchase(product: product);
	// successful purchase
} on AdaptyError catch (adaptyError) {
	// handle the error
} catch (error) {
	// handle another errors
}
// Your app's code
using AdaptySDK;

Adapty.makePurchase(product, (profile, error) => {
	if (error == null) {
		// successful purchase
	}
});





Fast API with worldwide CDN

Whenever your user is in the world, Adapty API will work blazingly fast, minimizing friction with payments.
“The server-side API for subscribers is a game-changer, allowing us to check subscriber states and manage user attributes effortlessly.”
Yana
Yana Belenkaya
Product manager at Locals
Img Worldwide Cdn
Img Cross Platform

Cross-platform subscriber sync

Adapty syncs your subscribers’ state across iOS, Android, and Web. Use Adapty as a source of truth to safely grant premium access to your users.
Learn more about sync
Img Server Side

Server-side receipt verification

You don’t need to write server processing for receipt verification, we’ve done it for you.

Ready-to-go subscription data lake

Adapty collects and enriches subscription events from subscribers and can push them to 3rd party services or your ETL.
Learn more about integrations
“They have a great external API that makes it easy to pass related events to other analytics tools such as Amplitude and Mixpanel.”
Avatar: Chris Bick
Chris Bick
Founder and CEO, Bickster
Img App Subscription Events

Read the real cases of our customers

Enterprise-grade battle-tested solution

0
.
0M
subscription events / month
0M
users
0
.
0M
subscribers / month
0
.
0B
API calls / month