サブスクリプションSDK
数分でアプリ内購入を統合
Adapty SDKを使用して、サーバーのコーディングなしでアプリ内購入とサブスクリプションを迅速に統合できます。Adaptyはサーバーサイドのレシート検証、サブスクリプションの状態、サブスクリプションイベントなどを処理します。
デモをスケジュール

あなたのプラットフォームに合ったSDKを選んでください
// 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
}
});
高速APIと世界中のCDN
ユーザーが世界のどこにいても、Adapty APIは非常に迅速に動作し、支払いに関する摩擦を最小限に抑えます。


クロスプラットフォーム加入者同期
Adaptyは、iOS、Android、およびWeb間で加入者の状態を同期します。Adaptyを真実の情報源として使用し、ユーザーに安全にプレミアムアクセスを付与します。
同期に関する詳細を学ぶ
サーバーサイドのレシート検証
レシートの検証のためのサーバー処理を書き込む必要はありません。我々がそれを行いました。

エンタープライズグレードの戦闘テスト済みソリューション
0M
サブスクリプションイベント / 月
0
.
0B
ユーザー
0
.
0M
購読者 / 月
0B
APIコール / 月