开发者

Confused about payment for real goods through iphone app

开发者 https://www.devze.com 2023-03-08 23:00 出处:网络
I am making a restaurant application in which the user can select any food item and our application needs to chargeas per the food item selected. But I am confused as we cannot use INApp for this so w

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 docu开发者_StackOverflow中文版ment.And finally i dont want to use paypal also.


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).

0

精彩评论

暂无评论...
验证码 换一张
取 消