iPhone SDK: Downloading large files from a server into the app bundle.

Posted by Jessica on Stack Overflow See other posts from Stack Overflow or by Jessica
Published on 2010-04-01T15:04:03Z Indexed on 2010/04/01 15:13 UTC
Read the original article Hit count: 193

Filed under:
|
|

Hi, I am building an app that plays multiple video files, But I would like to know How do you download a video file (100mb - 300mb) from a server into the application's bundle so it can later be locally referred to in code? The reason I want this type of a set up in my app is that I don't want the app binary to be made unnecessarily large due to including videos some users may not want. Also does this violate any of apple's terms? Also would it be simple to implement a progress view with this kind of set up and if so how? Any help is appreciated.

© Stack Overflow or respective owner

Related posts about download

Related posts about iphone-sdk