My app uses Core Data and I want some default entries to be inside. What\'s best practices of how to do that?
In iOS 5, my app was rejected if I put a database file into resource bundle. So, I have to download the database from internet instead.