如何在ios中集成pushpaymentViewcontroller用于条带?

时间:2018-01-13 19:29:42

标签: ios swift stripe-payments

这个问题是为了记录在Ios的条带中集成pushPaymentMethodsViewController()所需的正确步骤。

条纹提供了medicore文档,几乎没有支持

例如,根据它所说的实施文件

self.paymentCont.pushPaymentMethodsViewController()

一旦在onClick按钮操作中实现,它就会发出错误

Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'hostViewController must not be nil on STPPaymentContext when calling pushPaymentMethodsViewController on it. Next time, set the hostViewController property first!'

根据它所说的实施文件

 let customerContext = STPCustomerContext(keyProvider: MyKeyProvider().shared())

那么customerContext做了什么?

非常感谢任何适当的支持以协助上述任务。

0 个答案:

没有答案