I am developing a native application for iPhone. I would like to know if I can able to execute AJAX code in Objective C.
Thanks!
Nilesh
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.
As from word AJAX the meaning is Asynchronous JavaScript and XML
So you need asynchronous HTTP library to fetch JSON/XML from remote server.
Take a look at these