I\'m creating an iPhone App and am wondering whether Core Data is better for readonly data than a SQLite database. It feels like the SQLite DB is the better choice, is that
Core Data uses SQLite (among other options), so your question is somewhat flawed.