I want to implement paypal in my application and it is purely objective C based.
How should I do that? I searched a lot but could not get any proper guidance?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Paypal has a pretty extensive SOAP API available for external use. Cocoa doesn’t have the greatest support for SOAP, but you could probably get something to work via those APIs.