ios - Download multiple files consecutively in background using swift and Xcode 6.3 -


i'm developing app xcode 6.3, swift 1 , alamofire download multiple files consecutively. start new download when previous 1 finished , want works in background. problem is: in debug mode , when device attached xcode, works fine. when become disconnected doesn't continue download in background. suggestion problem be? in proceed

you cannot start new download in background. need either

  • finish download after app again or
  • change server logic combine multiple downloads 1 big download. have chance might complete, not guaranteed.

Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -