Reputation: 51
I would like to add a feature to my app that enables my app users to create digital content and sell them to each other through my app. I would like to use PayPal or other third party online payment solutions. Will my app be rejected? Please advise, thanks.
Upvotes: 3
Views: 89
Reputation: 3506
It is totally legal and it will not be rejected from the app store on that basis. There are certain features that need to be added through in-app purchases, but the transactions are not handled through in-app purchases. Since, one person is buying from another person in the application, you will have to use PayPal or some other third party payment solution and Apple will be totally fine with it.
Infact, paypal has a seperate SDK for iOS Integration. You can access it here:
https://developer.paypal.com/webapps/developer/docs/integration/mobile/ios-integration-guide/
Upvotes: 3