1. 首页
  2. 数据库
  3. 其它
  4. react native billing:在Android上将本机桥接到InApp计费 源码

react native billing:在Android上将本机桥接到InApp计费 源码

上传者: 2021-04-26 10:16:18上传 ZIP文件 173.97KB 热度 9次
适用于Android的InApp结算 React Native Billing的构建旨在通过包装来提供到Android上InApp Billing的便捷界面。 import InAppBilling from "react-native-billing" ; async purchase ( ) { try { await InAppBilling . open ( ) ; const details = await InAppBilling . purchase ( "android.test.purchased" ) ; console . log ( "You purchased: " , details ) ; } catch ( err ) { console . log ( err ) ; } finally { awai
下载地址
用户评论