iPhone SDK: Data Synchronization
        Posted  
        
            by buzzappsoftware
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by buzzappsoftware
        
        
        
        Published on 2010-05-15T19:56:19Z
        Indexed on 
            2010/05/23
            23:30 UTC
        
        
        Read the original article
        Hit count: 219
        
I am looking for an overview of data synchronization techniques available on the iPhone platform. We need the ability to be able to sync a subset of content from a server to a local database residing on the iPhone.
On other projects I have worked on, the data synchronization was handled by the database. Is that available in SQLite? If not, any suggestions on techniques? Rolling our own would not be my first choice.
Thanks in advance.
© Stack Overflow or respective owner