react native billing:在Android上将本机桥接到InApp计费 源码
适用于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
下载地址
用户评论