views:

186

answers:

3

I wonder if exist a pre-made objective-c library to work with paypal, including with credit-cards.

My google search not get returns (I look for objective-c paypal)

Also, if exist other librarys for common gateways....

A: 

I don't think so, because they want you to go to their site. If you could just supply the data through a framework users couldn't trust Paypal.

Georg
+2  A: 

If you want it to go through your application, however, you could use WebKit to integrate a web view that connects to PayPal. That way, everything can be contained within the application but you would still work with PayPal the way they want you to work with them.

Jason Coco
A: 

Yeah, I just imagine that.

However, I wonder if I can call their APIs. ANyway, good tip.

Thank you Jason & gs

mamcx