SimpleURLConnections

Last Revision:
Version 1.2, 2012-04-11
Adopted the latest tools and techniques (most notably, ARC). Disabled the bound pair workaround that was necessary prior to iOS 5.
(Full Revision History)
Build Requirements:
Mac OS X 10.7.3, Xcode 4.3.1, iOS 5.1 SDK
Runtime Requirements:
iOS 5.0

SimpleURLConnections shows how to do simple networking using the NSURLConnection API. The goal of this sample is very limited: it does not demonstrate everything you need to implement a fully fledged networking product, rather, its goal is to demonstrate simple HTTP GET, PUT and POST using the NSURLConnection API.