Post

Replies

Boosts

Views

Activity

Reply to BGProcessingTask File Upload Limits
Kevin Elliott, This is very helpful, thank you. I have found that during testing using Background Sessions using a NSURLSessionUploadTask rather than NSURLSessionDownloadTask for a file upload increased the speed of the file upload significantly. I also found that following the pace of the file upload can be deceiving as the first 3-5MB can take a few minutes, but then each subsequent part uploads much faster. So if uploadTaskWithRequest: fromFile: will work on an NSURLSession executed through the BGProcessingTask Framework I have a great solution for my problem. That is what I am testing now.. Your insight should help.
Mar ’25