Downloading large files with AFNetworking
- by goodfella
I'm trying to implement downloading of a large file and show to user current progress, but block in:
-[AFURLConnectionOperation setDownloadProgressBlock:]
returns incorrect bytesRead and totalBytesRead values (they are smaller than they should be).
For example: If I have a 90MB file and when it downloads completely, latest block invocation in…