, Apple , SQLite . iOS// , . , , .
Apple:
(XML , ) , .
: EliBud, "iffy"... SQLite, Core Data, , ( , , , ).
So, you want to use a mock application running on Simulator and use Core Data to create a database (according to EliBud's answer). But you still have to import the data into , mock-app! And although it may make sense to do this once on a "real" computer, and not many times on a mobile device (that is, copying a file is easy, it is difficult to import data), you, in fact, use the Simulator as an administrator tool.
But hey, if it works ...
source
share