UIWebView Payment Processing

梦想的初衷 提交于 2019-12-13 08:45:50

问题


I am implementing a purchasing system for physical items in an app, because it's not digital goods it won't be classed as in-app-purchase.

The payment service I need to use don't have a public API. So I was wondering if I can hit their url in a UIWebView and make the payment through there.

Will it get accepted in the AppStore?

Or will I have to leave my app and go to Safari to finish the transaction?

thanks


回答1:


Your approach is fine, no need to switch out to safari. Just make sure the url has the https prefix so that the creditcard is processed over ssl.



来源:https://stackoverflow.com/questions/15815712/uiwebview-payment-processing

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