I want the app to pull new objects every time it is loaded (start-up) and not retrieve old information stored, how would I do this effectively?
Asked
Active
Viewed 24 times
0
-
1Delete your database at start? https://stackoverflow.com/questions/1077810/delete-reset-all-entries-in-core-data ? – Larme Jun 08 '17 at 13:33
-
So delete it in the program start method? – King Jun 08 '17 at 13:35