Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

integration paypal with ios

Tags:

ios

paypal

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.

like image 596
Technology_Live Avatar asked Mar 09 '13 15:03

Technology_Live


1 Answers

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];
like image 102
Tim Avatar answered Sep 23 '22 17:09

Tim