对通过 iPhone 应用程序支付真实商品感到困惑
我正在制作一个餐厅应用程序,用户可以在其中选择任何食品,并且我们的应用程序需要根据所选食品收费。但我很困惑,因为我们不能为此使用 INApp,所以考虑到苹果文档,我的应用程序的最佳选择应该是什么。最后我也不想使用 paypal。
I am making a restaurant application in which the user can select any food item and our application needs to charge as per the food item selected. But I am confused as we cannot use INApp for this so what should be the best option for my application keeping in mind with apple document.And finally i dont want to use paypal also.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Apple 不会允许您使用他们的应用内购买 API 来支付现实世界的商品。
您唯一的选择是使用 Web 视图来显示您选择的基于 Web 的支付系统,或使用其他支付 API,例如 Paypal(您已经表示不想使用)。
Apple will not allow you to use their In App Purchase API to pay for real-world goods.
Your only option is to use a web view to display a web-based payment system of your choosing, or use another payment API such as Paypal (which you have already expressed you don't want to use).