Talking to the web
Posted by admin on Friday May 21, 2010 Under App DevelopmentS50 remote viewer is the first app I did and utilised web communication. So I issue requests simply using HTTP REST urls with an NSURL object.
Next the results come back from the web in Javascript Object Notation (JSON) format. Rather than re-invent the wheel I simply used the excellent TouchJSON library available here.