3

I want to develop one iPhone app in which user upload their documents on my server and then I will process that documents and provide them back via mail or any other mechanism out side of app.

I want to integrate Paypal API for the charging user in my app(as a document processing fee).

Does apple allow my app or they will reject my app. if yes then should I need to integrate InApp purchase to avoid rejection from apple?

Thanks In Advance

Kara
  • 6,115
  • 16
  • 50
  • 57
Piyush Hirpara
  • 1,279
  • 1
  • 11
  • 29
  • I'm sure you can find an answer here: https://developer.apple.com/devcenter/ios/index.action – sashkello May 18 '13 at 08:32
  • You may be able to get PayPal past Apple but you won't get it past users. Apps not using secure In App Purchases are almost always instant deletes for a lot of users. – Ryan Poolos Jan 14 '14 at 21:17

1 Answers1

1

You need to use Apple's system in app purchases if payment will add more content or update something in your App. And else you have aonther option for payment methods as payment not adding functionality rather than buying some in real world. You can integrate PayPal iOS SDK. also related Questions

Buying a physical item or like your condition booking for particular service is perfectly OK in an app. You can use any gateway you want such as PayPal as also in related question one more option is stripe

Community
  • 1
  • 1
Buntylm
  • 7,345
  • 1
  • 31
  • 51