I'm just learning about Core Data in Xcode. I want certain data to already be stored when the app is opened for the first time.
Is the best way to do this, by checking every time when the app opens, if the data exists, then adding it programmatically if it doesn't? It seems like a simple enough solution, but messy to run every time the app opens?
Thanks for the help!