我在我的项目中进行了Paypal MPL集成。之后我在appdelegate中编写了以下代码
[PayPal initializeWithAppID:@"APP-80W284485P519543T" forEnvironment:ENV_SANDBOX];
运行代码后,我收到以下错误
checking Error********************
Posting Error: 2147483647
我收到警报"内部服务器错误"。
我在XCode 6.2中编写了上述代码,运行设备iOS版本是8.2。