-2

Hi i am not very much familiar to iOS programming , i am making an application that will interact with web (php).

I need to know how to send & receive the data from web using JSON ?

  • Vinay, This is a Q&A site. There are some site (which you can find by googling) for tutorial regarding your question. Follow them first. If you have any specific problem then, Fill free to ask it over here. – viral Mar 25 '13 at 11:48
  • well i am searching which approach should i follow m confused in that , and i tottaly agree with your point . – Vinay Chopra Mar 25 '13 at 11:50
  • Follow this one thoroughly: http://codewithchris.com/tutorial-how-to-use-ios-nsurlconnection-by-example/ – viral Mar 25 '13 at 11:53

1 Answers1

0

You can use AFNetworking Library, In order to communicate your app with Webserver.

https://github.com/AFNetworking/AFNetworking

Read the documentation of the library and you will be get it all.

Rajan Balana
  • 3,775
  • 25
  • 42