UIWebView 处理付款?
我已经有一个支付网关集成网站,对于 iPhone 应用程序,我想知道是否可以使用 webview 来处理 IAP 以外的支付?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我希望它肯定会得到苹果的批准。因为Lowes iphone应用程序在应用程序商店中采用webview支付模式。
i hope surely it will be approved by apple.because Lowes iphone application is with webview payment mode in app store.
“Apple 的指导方针明确规定,在应用程序内购买商品必须使用 Apple 的应用程序内购买系统来完成,该系统使用您的 Apple ID 和关联的信用卡。” - 来自 http://www.macworld.com/article/157585/2011 /02/inapppurchase.html
如果您想让用户在不使用 Apple IAP 的情况下购买商品,您需要在 Safari 中启动您的支付网站 - 就像 Kindle 应用程序一样(参见上面的链接)。
"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).
如果您尝试通过应用程序中的 IAP 以外的其他网关进行支付交易,它将被拒绝。我们对此有一个糟糕的经历。
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.