My data for for an entity\'s attribute is not being fetched upon restart or not being saved before quitting (could be either case). The bottom line is, the data is not showing
Have you attached your core data file in your Main Bundle? There are two types of Bundle in iPhone app. Main Bundle and Application Bundle. We had a scenario something like yours. We copied the database into our main bundle and write the location of the database into our code. then it worked fine. you can check on this issue also.