iOS persistant storage with update function
        Posted  
        
            by 
                jernej
            
        on Game Development
        
        See other posts from Game Development
        
            or by jernej
        
        
        
        Published on 2012-03-14T11:56:03Z
        Indexed on 
            2012/10/07
            3:53 UTC
        
        
        Read the original article
        Hit count: 360
        
im developing a game which has different levels and i need to store all levels and its elements (position, image, sounds,..) into a file/database. The levels will be updated so i need a function that checks online for a update and downloads a database dump and additional files.
I was planing to store all the persistent data into a SQLLite database, but not quite sure how to do the update part - to pack the database dump and the files together (in a .zip or with a xml). Can this be done any other way (as secure as possible)?
thanks!
© Game Development or respective owner