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

apache - setting document root in antoher partition on ubuntu -

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

Process 'command 'F:\android-sdk\build-tools\21.1.2\aapt.exe'' finished with non-zero exit value 1 -