Some time ago I mentioned a library making it easy to perform concurrent downloads.
Here’s a library called TCBlobDownload specifically for the downloading of large files called TCBlobDownload from Thibault Charbonnier.
TCBLobDownload allows you to download large files using a blocks based interface with pause/resume capability, and concurrent downloading. Downloads can automatically resume if a download has stopped and are placed in the same path.
As the readme states:
This library uses NSOperations to download big files (typically videos, music… well: BLOBs) using NSURLConnection in background threads.
You can find TCBlobDownload on Github here.
A very handy library if you need to download some large files in an app.
- iOS Library For Easier Utilization Of Google Drive, Dropbox, SugarSync And WebDAV
- Example: How To Update Apps By Downloading Modified Files From A Server
- iOS AFNetworking Add-On Library That Provides Accelerated Downloading
- Easy To Use Open Source iOS Concurrent Downloading Library That Uses NSURLConnection
- Open Source iOS Library Providing High Performance Background Audio Playback (Flac, Mp3, More)
Original article: iOS Library For Easier Background Downloading Of Big Files With Resume
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.