How to resume NSURLSession download process after app force-quit and app relaunch?
问题 I have implemented NSURLSession for downloading fairly large files from our servers. Now as long as I'm working in foreground or background and go back to the app the transactions are working and getting finished. But if I force-quit the app using the the multitasking screen and re-open the app again. the downloading process is not getting finished although as I understood from the docs, it should, here what the docs state: If an iOS app is terminated by the system and relaunched, the app can