Sukitha Udugamasooriya
Sukitha Udugamasooriya

Reputation: 2308

UIWebView to handle payments?

I already do have a payment gateway integrated website and for the iPhone app, I'm wondering is it OK to use a webview to handle payments other than IAP?

Upvotes: 2

Views: 2217

Answers (3)

Jason
Jason

Reputation: 11822

"Apple’s guidelines make it clear that buying stuff inside an app must be accomplished using Apple’s in-app purchase system, which uses your Apple ID and linked credit card." - from http://www.macworld.com/article/157585/2011/02/inapppurchase.html

If you want to allow a user to purchase something without using Apple IAP, you need to launch your payment website in Safari - like the Kindle app does (see above link).

Upvotes: 2

sElanthiraiyan
sElanthiraiyan

Reputation: 6268

If you try to make a payment transaction through some other gateway other then IAP in your app it will be rejected. We have an bad experience about this.

Upvotes: 1

nameless
nameless

Reputation: 809

i hope surely it will be approved by apple.because Lowes iphone application is with webview payment mode in app store.

Upvotes: 0

Related Questions