Can I have relationship between entities in separate stores (in case of configurations)?



Can I have relationship between entities in separate stores (in case of configurations)?..

Answer / Anoop Dwivedi

"No, relationships cannot span across multiple stores in a single Core Data stack. If you need to maintain relationships between entities from different stores, consider creating a third store that contains relationships to the separate entities or use a different approach such as federated data models.""

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

How to use core data objects between two threads?

1 Answers  


Explain the usage of struct?

1 Answers  


What is arc?

1 Answers  


What major changes released in ios7, ios8, ios9+?

1 Answers  


How to start a selector on a background thread.

1 Answers  


What’s the difference between mkannotation and mkpointannotation?

1 Answers  


What happens when you invoke a method on a nil pointer?

1 Answers  


What NSAutorelease pool

1 Answers  


Can java run on ios?

1 Answers  


Explain the difference between copy and retain?

1 Answers  


Explain How to access document directory

1 Answers  


What are extra features added in ios 9?

1 Answers  


Categories