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
Post a Comment