By design, Core Data does not issue a VACUUM SQL command to its SQLite database(s), as detailed here.I\'m creating a Core Data application that\'ll store, and later delete, large binary files (2-10MB
I´ve created an utility Application which is nearly complete, but now I´m on a point were I really have to persist Data.
How would I create a core-data application that syncs with a MySQL database? Should I implement a SQL-Lite layer and try to sync with MySQL that way?
In my iPhone app I provide users with a view of industry news items. I get this list 开发者_运维知识库as an xml file from my server. Parsing and inserting the xml data into my Core Data repository is