Confused about payment for real goods through iphone app
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).
精彩评论