shoeb khan
shoeb khan

Reputation: 21

Paypal MPL iOS error -1

My PayPal MPL integration which has been working correctly,but problem come from when initialize paypal library .

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

It gives the following error:

Checking Error********************
Posting Error: -1
Internal server error.

Has anyone else experienced this?

I'm running Xcode 6.0.1 and this occurs in both iOS 7 & 8

Upvotes: 2

Views: 476

Answers (1)

guru
guru

Reputation: 2817

I was also stuck at the same error and finally found the solution by adding "bundle display name" in info.plist. Without it I was getting posting error.

Upvotes: 6

Related Questions