After reading the Apple documentation about the background download with the new iOS7 api (NSURLSession), I\'m a bit disappointed. I was sure that Apple was managing the pau
You should create the NSURLSession with background configurations, then your task is sent to a background demon and your app get called when it is completed.