0

In my application, I want to take an order of food, drinks, etc (For Ex. Restaurant app) and deliver or serve them. My applications into I want to generate “CREDITS” using through payment. For Ex, 10$ = 100 credits. Using these credits, I want to accept food orders using through CREDITS (User give payment using CREDITS instead of MONEY).

So, above scenario, As per my knowledge IN APP PURCHASE (IAP) will not be use in app because physical goods are not selling using through IAP.

Another option is Apple Pay, but it is not release universally and limited for some brand. So, this is not an issue.

So, Can I use other payment gateways like PayPal, etc? Please let us know your prior experience or comments. Thanks in Advance.

iOS Dev
  • 115
  • 7

1 Answers1

1

Yes, you can use PayPal or any other online payment solution.

From my previous experience you can only use IAP if it's a digital goods that will be used within the app, and you're not allowed to use IAP for physical goods (and you can use whatever your heart desires).

Islam
  • 3,654
  • 3
  • 30
  • 40