I'm trying to find a definitive answer to if it possible to set the timeout value for using NSURLConnection in iOS 5 (I would like to set it to 30 seconds).
I've searched past postings on this but the information seems contradictory. For example, this posting
says Apple mandates a 4 minute minimum timeout - though I cannot find any Apple documentation to support this.
THis posting says the 240 limit comes from an apple forum thread NSMutableURLRequest not obeying my timeoutInterval
They say this limit is only for POSTs when the body isn't empty. Does that imply its possible to set the timeout less than 4 minutes for GETS?
Somebody commented here that that's not the case with iOS 5, however they were down voted NSMutableURLRequest not obeying my timeoutInterval
And there's other's saying other things but anyway most of the previous postings on this topic seem to be from a couple of years ago prior to iOS 5.
If there is a 4 minute limit then having to rely on hearsay to know this is a bit ridiculous if there truly is no Apple documentation.
Does anybody know the actual definitive situation on this for iOS 5.