一个开源 SDK,用于在 React Native 上集成应用内购买
30分钟内实现应用内购买。
针对React Native内购的现成后端
为什么选择Adapty SDK?
随时准确的订阅状态
请放心,您将始终在所有平台上获得正确的订阅者状态。
服务器端收据验证
无需担心购买验证的正确性和安全性。
处理各种订阅状态
免费试用、升级、促销优惠、家庭共享、续订等。
企业级平台,发布周期短
>99.99%服务水平协议可靠性和定期产品更新。
配置平台
安装Adapty SDK
Adapty.activate(
"PUBLIC_SDK_KEY",
customerUserId: "YOUR_USER_ID"
)
"PUBLIC_SDK_KEY",
customerUserId: "YOUR_USER_ID"
)
处理购买事件
快速而简便的集成
只需花费几个小时将 Adapty SDK集成到您的iOS应用中,其余的我们来处理。
仅需5个SDK方法即可实现React Native内购
// 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提供了巨大的可能性来 增长 应用 收入