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 ?
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 ?
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.