Search code examples
ioscore-dataiphonecoredatarecipes

Core Data Transform iOS


I am developing a sample application with core data with a entity which has two attribute-ID and name.For ID I have set the data type as transformable .After a value for ID is stored in database,Can I pull the transformed ID from the DB and get back the ID?(Not Through the code, by opening the DB in SQLite manager and pulling out from the ID column).Is there a way to check what is stored in DB manually without executing code? Thanks in advance


Solution

  • You can copy the DB from the device to your machine. I use iExplorer to do this. The best way to view/edit the DB from there is Base, but Firefox has a FREE plugin called SQLite Manager.