这个问题是为了记录在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
做了什么?
非常感谢任何适当的支持以协助上述任务。