What is the best approach to write code for resumable downloads in cocoa? Should I use NSURLConnection, NSURLDownload or is there a better approach?
Regards
What is the best approach to write code for resumable downloads in cocoa? Should
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have a look at the ASIHTTPRequest library. Unfortunately the developer does not work on this library any more, but I find it still working reliably. There is a lot of nice stuff in this lib and you can make downloads resumable with one line of code.