user1872384
user1872384

Reputation: 7147

Will Payment via webview for iOS app (e.g. PayPal API for iOS or credit card) gets rejected by apple appstore?

I've been searching StackOverflow for a while now but I still couldn't find an answer to my question.

From this link :PayPal API for iOS - allowed? "Yes, as long as you are not selling digital goods, you can use the PayPal API"

How do they define digital goods? Is e-Ticketing (ticket with QRcode/BarCode) considered as digital goods?

I've came across cinemas app that are approved. (Just a little paranoid here)

Upvotes: 1

Views: 2593

Answers (1)

v01d
v01d

Reputation: 559

In app purchases and payments in a WebView are two different things. There's no rule that states that you can not initiate payments in a WebView inside the app. That's completely acceptable. For In App purchases, you must follow Apple's guidelines which state that the content sold within the app must use Apple's in-app purchase. For other physical commodities/goods, you can use Paypal's iOS SDK.

Upvotes: 2

Related Questions