On 23 Mar 2015, at 09:08, Daryle Walker <[email protected]> wrote: > One of the most recent I watched, I think “Writing Energy Efficient Code, > Part 2,” mentioned something about support for retries for NSURLSession-based > network stuff. Is this accurate?
It's hard to say whether something is accurate without a specific description of what that something is! If you clarify the "mentioned something about" bit of your question, I could give you a more accurate response. Notwithstanding the above, NSURLSessionDownloadTask does support automatic download resumes. The following DevForums post has some details on this. <https://devforums.apple.com/message/941438#941438> Share and Enjoy -- Quinn "The Eskimo!" <http://www.apple.com/developer/> Apple Developer Relations, Developer Technical Support, Core OS/Hardware _______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/macnetworkprog/archive%40mail-archive.com This email sent to [email protected]
