Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Paypal MPL iOS错误:iOS中的内部服务器错误_Paypal_Paypal Ipn_Payment Gateway_Paypal Sandbox_Ios8.2 - Fatal编程技术网

Paypal MPL iOS错误:iOS中的内部服务器错误

Paypal MPL iOS错误:iOS中的内部服务器错误,paypal,paypal-ipn,payment-gateway,paypal-sandbox,ios8.2,Paypal,Paypal Ipn,Payment Gateway,Paypal Sandbox,Ios8.2,我在我的项目中进行了Paypal MPL集成 [PayPal initializeWithAppID:@"APP-80W284485P519543T" forEnvironment:ENV_SANDBOX]; 在我运行代码之后,我得到了以下错误 checking Error******************** Posting Error: 2147483647 我收到了“内部服务器错误”警报 我在XCode 6.2中编写了上述代码,运行的设备iOS版本是8.2。我在“发布错误:-1”和“

我在我的项目中进行了Paypal MPL集成

[PayPal initializeWithAppID:@"APP-80W284485P519543T" forEnvironment:ENV_SANDBOX];
在我运行代码之后,我得到了以下错误

checking Error********************
Posting Error: 2147483647
我收到了“内部服务器错误”警报


我在XCode 6.2中编写了上述代码,运行的设备iOS版本是8.2。

我在“发布错误:-1”和“内部服务器错误”警报中遇到了相同的错误

只需在项目的info.plist中将Bundle display name添加为空

这是截图


您是否找到了解决此问题的方法?这对我有用