tags:

views:

881

answers:

3

I want to integrate PayPal payment facility into my native iPhone application without using web interface so user does not have to leave from the current application. How can it be possible ? Should I use SOAP XML request/response mechanism? I come through following link http://www.slideshare.net/paypalx/learn-how-to-use-paypal-api-to-monetize-your-mobile-app. It contains In application Mobile Checkout via Mobile Web slide that represents the sample UI to access PayPal but how can I implement the same thing? Is it legal to use PayPal to deliver virtiual goods/Application Functionality or Apple can reject this ? Thanks.

+5  A: 

Hi Sk and welcome to Stackoverflow.

Apple is going to reject your application if you're going to use paypal in your app. I won't advice you to use it!

However, there are the appstore and in-app-purchases.

Henrik P. Hessel
Hi Henrik P. Hessel,Thanks for your Answer. Using In App purchase, my concerns are: In App purchase charges 30% while Pay Pal 3% only. So why I should pay more money? let me know if other alternatives are available.
SK
Jep, that's right. That's the exact way why apple won't allow it :/
Henrik P. Hessel
Thanks Henrik...
SK
If I open Safari from my application and use Web Interface for Payment mechanism (integrating PayPal APIs on serverside), will Apple reject it?
SK
+1  A: 

Henrik is quite right. I can confirm (from personal experience) that Apple WILL reject an app that solicits payments in any way other than via in-app purcahses.

Andrew Ebling
Sorry to reopen this but does that also include purchases of physical goods or just donations and virtual purchases?
Rudiger
The rules state you can't use in app purchase for physical goods. However there are apps in the App Store that let you buy physical goods - like the Ocado grocery app (see UK App Store). I've never used an app that lets you buy physical goods, so I don't know the precise payment mechanism used - perhaps it's stored credit card info attached to an existing account?Hope that helps.
Andrew Ebling
+1  A: 

We can integrate PayPal http://itunes.apple.com/us/app/paypodd/id341546114?mt=8 check my app.

Harshal