Is it possible use RESTKit with ASIHTTPRequest?
I have been using ASIHTTPRequest but it seems to be deprecated and I read that RESTKit is the newer library. I just want to know if I can fall back to ASIHTTPRequest if I need to later.
Thanks
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.
It is possible to use them together, but general you should be ok replacing ASIHTTPRequest with RESTKit. For a way to combine the two, you can see here:
ASIHTTPRequest backed RestKit object mapping