I am trying to understand what is the best way to implement a credit card payment flow into a native iPhone app. From what I see on the market, most of the apps use a WebView to process the payment. I haven't found examples of native implementation of it. What are the drawbacks of a native solution? Is either one of these solutions PCI compliant?
Tell me more
×
IT Security Stack Exchange is a question and answer site for
IT security professionals. It's 100% free, no registration required.
|
|
Using a WebView makes a lot of sense.
PCI is not really optional, so if someone has a working business based on payment from iPhone via WebView then it's going to be possible to meet PCI. |
|||
|
|