Posts

Post not yet marked as solved
14 Replies
5.6k Views
NSBackgroundURLSession (watchOS) executes my ~2mb upload multiple (sometimes >100) times before the task is returned to my app as completed. it appears like the tasks retry the request even before getting a response back from the server.How can I tune my NSURLSessionUploadTasks to only retry on the background session to not send so many retrys so quickly?
Posted Last updated
.