구독 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
}
});
전 세계 CDN을 갖춘 신속한 API
사용자가 세계 어디에 있든 Adapty API는 빠르게 작동하여 결제의 마찰을 최소화합니다.


크로스 플랫폼 구독자 동기화
Adapty는 iOS, Android 및 웹에서 구독자의 상태를 동기화합니다. Adapty를 진실의 출처로 사용하여 사용자에게 프리미엄 액세스를 안전하게 부여하세요.
동기화에 대해 더 알아보기
서버 측 영수증 검증
영수증 검증을 위한 서버 처리 작업을 작성할 필요가 없습니다. 우리는 그것을 해드렸습니다.

기업급 전투 테스트 솔루션
0M
구독 이벤트 / 월
0
.
0B
사용자
0
.
0M
구독자 / 월
0B
API 호출 / 월