Closed nbolender closed 7 years ago
On iOS, background downloads are executed in the background, so running several download jobs end up being very slow (see http://stackoverflow.com/a/28229078).
I propose making this parameter optional, and defaulting it to false.
Thanks. I actually adjusted it so it defaults to false on ios but defaults as true otherwise.
On iOS, background downloads are executed in the background, so running several download jobs end up being very slow (see http://stackoverflow.com/a/28229078).
I propose making this parameter optional, and defaulting it to false.