URLCache - iPhone SDK

Posted by Kevin on Stack Overflow See other posts from Stack Overflow or by Kevin
Published on 2010-04-24T00:40:38Z Indexed on 2010/04/24 0:43 UTC
Read the original article Hit count: 424

Hello everyone..

I need some help in using the NSURLCache to download a simple file. It would need to be saved in the Documents folder of the app. I have seen the URLCache example that apple presented, but I didn't find it useful since it was an image that was being shown. In addition there was some complex code on the modification date. I actually need something when the application opens it will begin the download process. Can someone guide me through just the download process of any file?

Thanks

Kevin

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about nsurlcache