My iOS app makes HTTP requests of my server. It caches the data for one of the calls, and makes an If-Modified-Since request for it. The server returns 304 if it has not been modified.
This works great on Wifi. But I'm seeing over 4G that my server gets the request and makes the response, and about a minute later, the phone still hasn't gotten the response, and eventually returns a timeout error. This actually happens with two different devices about 30 miles apart, both AT&T iPhone 5, one running one app, the other running a test app that uses the same networking code. Any ideas how to troubleshoot this? Thanks! -- Rick _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com