iPhone SDK: Downloading large files from a server into the app's documents.
        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
            17:43 UTC
        
        
        Read the original article
        Hit count: 211
        
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 documents 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