회원의 React Native에 통합할 수 있는 오픈 소스 SDK입니다.
30분 안에 인앱 구매를 구현하세요.
React Native 인앱 구매를 위한 즉시 사용 가능한 백엔드
왜 Adapty SDK를 선택해야 할까요?
언제든지 올바른 구독 상태
모든 플랫폼에서 항상 올바른 구독자의 상태를 유지할 수 있습니다.
서버 측 영수증 검증
구매 검증의 정확성과 안전성에 대해 걱정할 필요가 없습니다.
모든 종류의 구독 상태 처리
무료 체험, 업그레이드, 프로모션 제공, 가족 공유, 갱신 등.
짧은 출시 주기를 가진 기업 준비 완료 플랫폼
>99.99% SLA 신뢰성 및 정기적인 제품 업데이트.
플랫폼 구성
Adapty SDK 설치
Adapty.activate(
"PUBLIC_SDK_KEY",
customerUserId: "YOUR_USER_ID"
)
"PUBLIC_SDK_KEY",
customerUserId: "YOUR_USER_ID"
)
구매 이벤트 처리
빠르고 쉬운 통합
iOS 앱에 Adapty SDK를 통합하는 데 단 몇 시간만 투자하면 나머지는 저희가 처리합니다.
인앱 구매를 구현하기 위한 단 5개의 SDK 메서드
// Your app's code
try {
const profile = await adapty.makePurchase(product);
const isSubscribed = profile?.accessLevels['YOUR_ACCESS_LEVEL']?.isActive;
if (isSubscribed) {
// grant access to features in accordance with access level
}
} catch (error) {
// handle the error
}
// Your app's code
try {
const profile = await adapty.restorePurchases();
const isSubscribed = profile.accessLevels['YOUR_ACCESS_LEVEL']?.isActive;
if (isSubscribed) {
// restore access
}
} catch (error) {
// handle the error
}
// Your app's code
try {
await adapty.identify("YOUR_USER_ID");
// successfully identified
} catch (error) {
// handle the error
}
 
 
 
// Your app's code
try {
await adapty.updateProfile(params);
} catch (error) {
// handle `AdaptyError`
}
import { adapty, AttributionSource } from 'react-native-adapty';
import appsFlyer from 'react-native-appsflyer';
appsFlyer.onInstallConversionData(installData => {
try {
// It's important to include the network user ID
const networkUserId = appsFlyer.getAppsFlyerUID();
adapty.updateAttribution(installData, AttributionSource.AppsFlyer, networkUserId);
} catch (error) {
// handle error
}
});
// ...
appsFlyer.initSdk(/*...*/);
모든 종류의 비즈니스에서 사람들이 수익을 증대하기 위해 Adapty를 선택합니다.
Adapty로 무엇을 얻을 수 있나요?
Adapty SDK는 앱 수익을 증가시키기 위한 엄청난 가능성을 제공합니다.


