Do you how much time is allowed when the OS calls methods of NSURLSessionDelegate
and NSURLSessionDownloadDelegate
when the app crashed or is suspended using a background NSURLSession.
Do you know if I can perform the following actions inside URLSession:downloadTask:didFinishDownloadingToURL:
- Core data request
- Save 1GB video in library
- Synchronous network request
I didn't find information in iOS documentation about this.
Thanks