I'm in the process of investigating AFNetworking as a replacement for ASIHTTPRequest, and notice a complete lack of information on whether it supports background downloads/uploads.
With an ASIHTTPReqeust object, all you have to do is call [request setShouldContinueWhenAppEntersBackground:YES] and the request will continue in the background. Is there any support for this in AFNetworking?
AFNetworking), you could always port across whatever extra features you want fromAFNetworkingintoASIHTTPRequest, or add background execution support (relatively simple) toAFNetworking. – darvids0n Oct 17 '11 at 23:09