首页指南参考教程

使用应用内购买

了解如何在 Expo 应用中使用应用内购买。


应用内购买 (IAP) 是移动或桌面应用内的事务,用户可以在其中购买数字商品或附加功能。本指南提供了在 Expo 应用中实现 IAP 的流行库和教程的列表。

¥In-app purchases (IAP) are transactions within a mobile or desktop application where users can buy digital goods or additional features. This guide provides a list of popular libraries and tutorials for implementing IAP in your Expo app.

应用内购买库需要配置自定义原生代码。使用 Expo Go 时,原生代码不可配置。相反,创建一个 开发构建,它允许在你的项目中使用原生库。

¥In-app purchase libraries require configuring custom native code. Native code is not configurable when using Expo Go. Instead, create a development build, which allows using a native library in your project.

教程

¥Tutorial

Expo 应用内购买教程

The getting started guide for in-app purchases and subscriptions with react-native-purchases library and RevenueCat.

¥Libraries

以下库为应用内购买功能以及使用 CNG配置插件 与 Expo 应用的开箱即用兼容性提供了强大的支持,以便在你的应用中无缝集成。

¥The following libraries provide robust support for in-app purchase functionality and out-of-the-box compatibility with Expo apps using CNG and Config Plugins for seamless integration in your app.

react-native-purchases

一个开源框架,提供 Google Play Billing 和 StoreKit API 的封装器,并与支持应用内购买的 RevenueCat 服务集成。 它支持产品管理、分析和简化的工作流程,以满足可能超出客户端代码范围的应用内购买要求,例如在应用后端验证购买。

react-native-iap

一个 React Native 库,为 Android(Play 商店和 Amazon)和 iOS 的客户端原生应用内购买 API 提供接口。