I have a plist file, which is a collection of dictionaries. Where each dictionary contains a set of lines. Each dictionary represents a celebrity.
What I would like to do is fill the Core Data with the contents of this plist on the first launch of the application, after which I would like to somehow check the main data for the presence of my data, and if there is data, download it from there, otherwise load it again source data from the plist file.
I know that it can be populated with kernel data from plist, but is this what I suggest for a viable solution? Or is there a better approach?
Jack
source share