I need to write a .NET web service which will be consumed exclusively by an iPad app.
We are leaning towards using REST but could someone let me know whether this is the easier way (from the iPhone side).
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.
REST/JSON combined with WCF on the .NET side seem to be the way to go with iPhone/iPad apps.
Here is a really good tutorial on how to connect using Json:
http://www.mobileorchard.com/tutorial-json-over-http-on-the-iphone/
And you can download the iPad client JSON library from here:
http://code.google.com/p/json-framework/
Hope this helps.