On 26 Mar 2015, at 00:01, Daryle Walker <[email protected]> wrote: > I need it as a foreground session of a command-line tool (which may be in the > background) in OS X. Can OS X use this API? (I’m guessing no.)
OS X supports NSURLSession background sessions. It will do the automatic retries that I described in my earlier DevForums post. The one thing it won't do is relaunch (or resume) an app in the background, ala iOS. OTOH, that wouldn't make sense for a command line tool anyway. 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]
