Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为我的应用程序使用 Paypal-sdk 但尝试以下代码
[[PayPal getInstance] fetchDeviceReferenceTokenWithAppID:@"APP-<app id>" forEnvironment:ENV_SANDBOX withDelegate:self];
发生以下崩溃:
+[PayPal getInstance]: unrecognized selector sent to class 0x430588
请帮助确定问题..谢谢。
您好,这个问题解决了。实际上,我使用的是与 ios5 不兼容的旧 sdk,它与 ios 5 版本不兼容。我更改了sdk,现在一切正常..
谢谢你的支持..