Paypal iPhone App Integration

I repeat the following question to reassure that the answer below is still right or there is now a way to integrate PayPal into the iPhone’s own application.

Has anyone implemented the PayPal API through their own iPhone app?

EDIT: I repeat the question only to get on the board and reopen the question to get as many good answers as possible.

If this is valid now, then if someone can provide a sample code or link.

thanks

+4
source share
2 answers

This is still the way you need it.

However, I would recommend using the ASIHTTPRequest scheme here http://allseeing-i.com/ASIHTTPRequest/

+1
source

You can get the documentation and sample code using the given link. It is easy to understand and integrate.

Documentation and sample code for integrating PayPal in iphone application

+1
source

Source: https://habr.com/ru/post/1307767/


All Articles