I am trying to make an android app with in-app purchases available through PayPal. Everything works fine in the sandbox mode, but when I switch to live mode I get this error:
Payment Failed System error (550006). Please try again later.
The only documentation that I can find says that this error means, "The application is not authorized for the App caller."
Here are the changes that I have made going from sandbox to live. Am I missing something?
One concern that I have is that I am trying to make the payment from my wife's paypal account to my own and they use the same checking account. However I don't think this is the problem because if I try to send from my account to my account I get error 579033 ("The sender and each receiver must have different accounts").
Any ideas?
The problem has been resolved. PayPal recently released PayPalAndroidSDK.jar version 1.0.3. It can be downloaded from GitHub: https://github.com/paypal/PayPal-Android-SDK