I am creating a memo app for iOS with Swift + Core Data.
I want to back up and restore Core Data contents while preserving relationships.
but, I don't know how to do that.
Could you tell me how to backup and restore the relationship while maintaining it?
Thank you.