_payPalConfig.acceptCreditCards = NO;

如果我将_payPalConfig.acceptCreditCards设置为YES,则该应用程序将崩溃,但出现以下异常:
  Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Application tried to present a nil modal view controller on target <PayPalPaymentViewController: 0x7f8b03029a00

最佳答案

请输入

#import "CardIO.h"

在您的ViewController.h文件中,还添加CardIOPaymentViewControllerDelegate在你班上。

10-08 01:01