2

I did Paypal MPL integration in my project.after I wrote the the below code in appdelegate

[PayPal initializeWithAppID:@"APP-80W284485P519543T" forEnvironment:ENV_SANDBOX];

After I run the code I got the following error

checking Error********************
Posting Error: 2147483647

and I got the alert "Internal server error".

I wrote the above code in XCode 6.2 and running device iOS version is 8.2.

halfer
  • 19,824
  • 17
  • 99
  • 186

1 Answers1

1

I have the same error with "Posting Error: -1" with alert "internal server error".

Just add Bundle display name in your info.plist of your project as an empty.

Here's the screenshot.

enter image description here

Kuldeep
  • 4,466
  • 8
  • 32
  • 59