Reputation: 4872
I have integrated the paypal in my iOS application using latest MPL library. The application runs fine in offline (ENV_NONE) mode. When I try test the app in Sandbox (ENV_SANDBOX) mode getting the following error in both simulator and device:
Checking Error********************
Posting Error: 2147483647
DEVELOPER ERROR: This app not using a supported version of the PayPal library.
Am using the sandbox testing APP ID "APP-80W284485P519543T"
Upvotes: 3
Views: 1061
Reputation: 98
I'm getting the same problem, emailed PayPal support and got this -
Regarding the 'Posting Error: 2147483647' error, this appears to be a known issue that is currently being investigated. I will update you via this ticket as soon as I get more update on this.
Hopefully it'll be resolved soon.
Upvotes: 2
Reputation: 1
Maybe this will help
The PayPal Sandbox has been configured to reject any HTTP requests without the “Host” header with HTTP 400 error. Merchants can use the Sandbox environment to certify the changes to their IPN and PDT scripts.
Upvotes: 0