DaSilva
DaSilva

Reputation: 1358

Mobile Express Checkout Paypal

With the reject of libPaypalEC.a by Apple. There is any alternative to get the token from PayPal without being through the use of the library?

Thanks

Upvotes: 0

Views: 124

Answers (2)

DaSilva
DaSilva

Reputation: 1358

The solution was to implement the payment process through the Express Checkout, so there is no need to use the lib.

Upvotes: 0

Gerzie
Gerzie

Reputation: 2340

Are you still using the old MPL? That isn't supported anymore. You may want to look into using the iOS SDK: https://developer.paypal.com/webapps/developer/docs/integration/mobile/ios-integration-guide/

I did a bit of research and found an old post with pretty much the same answer: libpaypalmpl.a is using uniqueidentifier and apple reject reject the app

I hope that works for you.

Upvotes: 1

Related Questions