1) Migration
Application which is already in appstore is having a single xcdatamodeld. But there is a requirement to separate existing database and to have 2 separate databases for UserData and AppData. Can anyone pls explain me on how to achieve this?
2) Relationship
Is it is possible to build relationship between these to separate database's entities?
Thanks in advance.