我正在为我的应用程序使用 Paypal-sdk 但尝试以下代码
[[PayPal getInstance] fetchDeviceReferenceTokenWithAppID:@"APP-<app id>" forEnvironment:ENV_SANDBOX withDelegate:self];
发生以下崩溃:
+[PayPal getInstance]: unrecognized selector sent to class 0x430588
请帮助确定问题..谢谢。