Search code examples
iphoneobjective-ccocoa-touchiphone-sdk-4.0.1

How to retrieve data from a website into an iPhone app


I am making an iPhone application. I am a beginner.

I want to fetch the data from my website. What should I do to implement this?


Solution

  • If your problem is getting data from website to iphone then you can just use JSON Parsing to get data.

    Just you have to pass all the data as JSON string in iPhone from your website. And then parse the data once received into your iPhone.

    Here you can refer to this link:

    http://www.raywenderlich.com/5492/working-with-json-in-ios-5