简体   繁体   English

苹果应用商店会拒绝通过iOS应用的webview付款(例如iOS的PayPal API或信用卡)吗?

[英]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. 我一直在搜索StackOverflow已有一段时间,但仍然找不到我的问题的答案。

From this link : PayPal API for iOS - allowed? 通过此链接: 适用于iOS的PayPal API-允许吗? "Yes, as long as you are not selling digital goods, you can use the PayPal API" “是的,只要您不销售数字商品,就可以使用PayPal API”

How do they define digital goods? 他们如何定义数字商品? Is e-Ticketing (ticket with QRcode/BarCode) considered as digital goods? 电子票证(带有QRcode / BarCode的票证)是否被视为数字商品?

I've came across cinemas app that are approved. 我遇到了批准的电影院应用程序。 (Just a little paranoid here) (这里有点偏执)

In app purchases and payments in a WebView are two different things. 在应用程序中,WebView中的购买和付款是两件事。 There's no rule that states that you can not initiate payments in a WebView inside the app. 没有规则指出您不能在应用程序内的WebView中启动付款。 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. 对于应用内购买,您必须遵循Apple的准则,该准则规定在应用内出售的内容必须使用Apple的应用内购买。 For other physical commodities/goods, you can use Paypal's iOS SDK. 对于其他实物商品/商品,您可以使用Paypal的iOS SDK。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM