for iOS 5.0 and arc, i need to ensure that the NSURLConnection sendSynchronousRequest does not cache the response data. How would I set the delegate so that I can implement the below method
- (NSCachedURLResponse *)connection:(NSURLConnection *)connection willCacheResponse:(NSCachedURLResponse *)cachedResponse
Try