Is it allowed to ask users to enter credit card details for own payment method?

与世无争的帅哥 提交于 2019-12-23 15:29:49

问题


It seems to me Apple won't allow this, but I need to make sure.

For an app we're building, we want to ask the user to enter payment information (including credit card details) to pay for tickets. The transaction will be completed by calling a webservice of our service provider. The application we're developing will be a front-end for the services of our service provider.

Please Note: We wouldn't be using Apple's in-app purchasing (IAP) system for this transaction.

I'm concerned about the following point from Apple's developer license agreement:

11.2 
Apps utilizing a system other than the In App Purchase API (IAP) to purchase 
content, functionality, or services in an app will be rejected.

I've seen apps use webviews to complete payments and that seems to be allowed. We'd like to use native controls for users to enter payment details.


回答1:


That only applies to content for an app, functionality for an app, or services related to the app. You'll be fine (though, you should make sure you let users known that you're using SSL, etc). The problem'll be that your users probably won't trust you, since they probably only trust a browser telling them they're using a https connection.



来源:https://stackoverflow.com/questions/6621223/is-it-allowed-to-ask-users-to-enter-credit-card-details-for-own-payment-method

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!