Can you divide Realm files into multiple relationships?
A.realm A Table
B.realm B Table
Is it possible to define parent-child relationships in tables A and B?
I can't.Realm objects stored in one file cannot be stored in another file.Relationships must be stored in the same file.
© 2024 OneMinuteCode. All rights reserved.