Question

It works fine in enterprise account, I can use it to pay real money, but when I upload it to appstore, error exists. "Your app contains non-public API usage......"

The module I used is downloaded from https://github.com/appcelerator/titanium_modules/tree/master/paypal

For detail,please see the attachment photo. Hope someone can help.

the errors

Was it helpful?

Solution

Finally, I got the solution.

As the Ti module is using the old version of libPayPalMPL.a, which reference uniqueIdentifier.

I tried to download the very new version(UDID problem fixed) libPayPalMPL.a from paypal github, and built the Ti module with this, then used that Ti module for my project.

Thanks Paypal Support Team modified quickly for libPayPalMPL.a and thanks for all replies in this post.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top