I'm using PayPal iOS SDK - 1.4.4
. I haven't updated or done anything to my app. Today I'm getting the message Untrusted SSL certificate chain. Refusing to communicate with PayPal servers.
PayPal says it's not on their end, but I haven't done anything with the app. Any ideas? It gets called when I run the following code:
[PayPalPaymentViewController setEnvironment:PayPalEnvironmentProduction];
Thanks