Skip to content

HttpTransfer with upload and download at the same time? #1489

Answered by aritchie
RobGibbens asked this question in Q&A
Discussion options

You must be logged in to vote

HTTP transfers is more appropriate for background data transfers. There is unfortunately, no guarantee that it won't get interrupted. iOS plays by whatever rules it wants. The difference between jobs and transfers is that transfers won't give up trying. iOS will time slice the transfer way better vs what it will give to a job.

The next fun part here is that if you need to process your JSON files, you won't get a ton of time after the transfer finishes to that, so you may have to partner a job to get the processing portion done.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@RobGibbens
Comment options

@aritchie
Comment options

Answer selected by RobGibbens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants