I've been working on revamp of ios application and the biggest hurdle come into the way in the form of core data local stored data of old app users in devices because of offline mode, so while updating new app i am unable to get data of those users who were using old app,
What i've done uptill now is created demo project and copied complete CoreData Model in new project fortunately i am getting UserDefaults stored data but not coredata stored data.
Is there's something i am missing please guide me as i have been stuck in this process.