My app uses Core Data and I want some default entries to be inside. What\'s best practices of how to do that?
See the CoreDataBooks example, which has sample code for copying a database at first launch.
EDIT: I've created a Core Data framework (read about it here: http://bikepress.org/?p=1120) that includes this feature.