user1759226
user1759226

Reputation: 23

PayPal iOS App using MPL - Authentication fail

I'm trying to use PayPal SDK to use it on iOS App, using MPL, like described on here:

https://developer.paypal.com/webapps/developer/docs/classic/mobile/ht_mpl-itemPayment-iOS/

the only changes I made on simple App demo project, is to change the currency, from USD to EUR.

But every time I try to do the login to pay, I receive the message "Login failed, please try again". My login is ok because it works on the web site.

This error occurs on the ENV_SANDBOX and ENV_LIVE also. I'm testing the app on iPAD and also in the simulator.

I really don't know what to do, someone have some idea?

Upvotes: 0

Views: 285

Answers (1)

Viktor Brešan
Viktor Brešan

Reputation: 5521

I am having the same problem on Android and I am using MPL version 1.5.5.44. According to the PayPal developer support, some certificates for old library versions have expired recently. The latest versions (both iOS and Android) are available from here:

https://github.com/paypal/sdk-packages/tree/gh-pages/MPL

Hope it helped.

Upvotes: 0

Related Questions