TCBlobDownload icon indicating copy to clipboard operation
TCBlobDownload copied to clipboard

Concurrent large files downloads for iOS

Results 15 TCBlobDownload issues
Sort by recently updated
recently updated
newest added

Hi, I've just updated Xcode to 9.3 & run my app again with iOS 11.3. This framework does not work anymore. The framework triggers the interface 'didFinishWithSuccess', the flag 'downloadFinished'...

Hello! Great project here first of all very useful! Second of all, there is a bug that I found where if the file name is a "/" it messes up...

I can't download with url from a file of Google Drive. Can you help me ? Error Domain=com.thibaultcha.tcblobdownload Code=1 "Erroneous HTTP status code 416 (requested range not satisfiable)" UserInfo={NSLocalizedDescription=Erroneous HTTP...

Here is the message "TCBlobDownloader 0x7d272cd0 went isFinished=YES without being started by the queue it is in"

when i run blow code ,log show download speed and remainingTime is 0,why? TCBlobDownloadManager *sharedManager = [TCBlobDownloadManager sharedInstance]; TCBlobDownloader *downloader =[sharedManager startDownloadWithURL:[NSURL URLWithString:@"http://ofqnohifh.bkt.clouddn.com/%E3%80%90%E9%98%BF%E5%8F%B6%E5%90%9B%E3%80%91%E6%81%8B%E7%88%B1%E5%BE%AA%E7%8E%AF%E4%B9%8B%E4%B8%89%E5%88%86%E9%92%9F%E5%B8%A6%E4%BD%A0%E6%B8%B8%E5%B2%B3%E9%98%B3.mp4"] customPath:nil firstResponse:^(NSURLResponse *response) { } progress:^(uint64_t receivedLength,...

Hi,when i download files,some request time out. The error info is : Error Domain=NSURLErrorDomain Code=-1001 "time out。" UserInfo={NSUnderlyingError=0x137d4c2b0 {Error Domain=kCFErrorDomainCFNetwork Code=-1001 "time out。" UserInfo={NSErrorFailingURLStringKey=http://mlintest.midea.com.cn:8080/wdxieyi/d.do?id=201605061719455c55489e9c26bb44c17e2c&cid=201605061712289ef397434387e0c45486cb&sid=TyvjNMPfPJu8r51sm9ENHQ==, NSErrorFailingURLKey=http://mlintest.midea.com.cn:8080/wdxieyi/d.do?id=201605061719455c55489e9c26bb44c17e2c&cid=201605061712289ef397434387e0c45486cb&sid=TyvjNMPfPJu8r51sm9ENHQ==, _kCFStreamErrorCodeKey=-2102, _kCFStreamErrorDomainKey=4, NSLocalizedDescription=time out。}}, NSErrorFailingURLStringKey=http://mlintest.midea.com.cn:8080/wdxieyi/d.do?id=201605061719455c55489e9c26bb44c17e2c&cid=201605061712289ef397434387e0c45486cb&sid=TyvjNMPfPJu8r51sm9ENHQ==,...

Thanks for this useful library. I have a question. In some cases, some downloads are not finished. After the App is restarted, I cannot get TCBlobDownloader instance, so have no...

Please help, I cannot download from Google Drive with a given url by Google Drive API. Requested url: https://doc-0s-1s-docs.googleusercontent.com/docs/securesc/drir90g4j3pvaif9fq0tld6v4l690pel/2up5t14otqmlosa6anifku6he3b54fce/1452744000000/03385602974198283278/03385602974198283278/0BwJCGF2rR5_9UUtvdUFrRl9HVm8?e=download&gd=true And here is error: Error Domain=com.thibaultcha.tcblobdownload Code=1 "Erroneous HTTP status code...

Fix bug: when file has success downloaded and invoke the delegate method [download: didFinishWithSuccess: atPath:], but the `state` value still is TCBlobDownloadStateDownloading.