integration paypal with ios

ios, paypal

Solution

The PayPal SDK is fine if you go for physical goods. Regarding your question: to switch to live you just need to remove this line

[PayPalPaymentViewController setEnvironment:PayPalEnvironmentNoNetwork];

Problem

I am developing an application where I need to integrate payments with PayPal, I have downloaded the PayPal iOS SDK, everything works perfectly with the sandbox but now I do not know how to switch the mode for production. any help would be apprediated.

Original source

Related problems