如何使用 ReactJS 和 Capacitor 在应用程序内购买
我正在使用 Capacitor 生成 IOS 和 Android 应用程序(不使用 Iconic) - 这效果很好,但我们正在尝试实现 IAP(现阶段仅适用于 IOS)并且无法弄清楚。
我遵循了各种指南(https://ionicframework.com/docs/native/ in-app-purchase-2 和 https://purchase.cordova.fovea.cc/ 和 https://capacitorjs.com/docs/guides/in-app-purchases),但根本无法让它与React(而不是React Native)一起工作。
有人能给我指出正确的方向,或者提供示例代码吗?
I am using Capacitor to generate both the IOS and Android apps (not using Iconic) - this works well, but we are trying to implement IAP (for IOS only at this stage) and cannot figure it out.
I have followed various guides (https://ionicframework.com/docs/native/in-app-purchase-2 and https://purchase.cordova.fovea.cc/ and https://capacitorjs.com/docs/guides/in-app-purchases) but simply cannot get it working with React (not React Native)
Can someone point me in the right direction, or provide sample code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你没有描述出了什么问题,但这里有一个适用于我的 iOS 的基本配置。
我只包含有关商店的部分:
index.tsx
请注意 @ionic-native 软件包已弃用,需要转换。
You didn't describe what is going wrong, but here's a basic configuration that works for me on iOS.
I'm only including the part about the store:
index.tsx
Note that @ionic-native packages are deprecated and need to be converted.