Download several files in background (iOS 7 only)
问题 I'm currently developing a podcast application which will run only on iOS 7, and it has a feature that allows to synchronize and download recent episodes in background mode. So it's clear with Synchronization, I implemented the application:performFetchWithCompletionHandler method and call the sync method in it, and when the sync is done I call completionHandler with UIBackgroundFetchResultNewData , or if it fails I call UIBackgroundFetchResultFailed . But when I run the download manager to