I have a question about AFNetworking 2 and background downloads/uploads thanks to the new iOS7 NSURLSession background requests
Is this automatically handled by my AFHTTPRequestOperationManager
? Does it automatically set my requests'session to background mode?
I saw that the AFURLSessionManager
Has a setDidFinishEventsForBackgroundURLSessionBlock
Method but I wonder if everything is automatic?
If my app is killed or suspended, will requests keep on going? How can I get a callback when my app is relaunched?
Thanks a lot for your help!