Laurent: We are definitely seeing more issues with NSURLConnection on iOS 6. In particular, it seems that iOS 6 re-establishes data connectivity a little bit slower than before, especially from a locked state. Because our team had not implemented data connectivity (Reachability) tests exactly correct, API requests using NSURLConnection (that previously worked) immediately following applicationDidBecomeActive were failing with time outs. Proper data connectivity testing and correct Reachability change observing solved our issues.
Roger Dalal OneUp Games Palm Beach, Florida On Oct 3, 2012, at 7:23 PM, Laurent Daudelin <[email protected]> wrote: > Anybody extensively using NSURLConnection seeing more failure with timed outs > with devices running on iOS 6? > > -Laurent. > -- > Laurent Daudelin > AIM/iChat/Skype:LaurentDaudelin > http://www.nemesys-soft.com/ > Logiciels Nemesys Software > [email protected] > > > _______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/roger.dalal%40gmail.com > > This email sent to [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
