Hi,
We're using NSURLSessionDownloadTask to download in background, we've noticed that in case we cancel the tasks we still get successful completion notifications (instead of cancelled) and when capturing network traffic we see download continues.
How can we totally stop the downloading in case we need to?
Thanks in advance
We're using NSURLSessionDownloadTask to download in background, we've noticed that in case we cancel the tasks we still get successful completion notifications (instead of cancelled) and when capturing network traffic we see download continues.
How can we totally stop the downloading in case we need to?
Thanks in advance