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 |
How to use core data objects between two threads?
Explain the usage of struct?
What is arc?
What major changes released in ios7, ios8, ios9+?
How to start a selector on a background thread.
What’s the difference between mkannotation and mkpointannotation?
What happens when you invoke a method on a nil pointer?
What NSAutorelease pool
Can java run on ios?
Explain the difference between copy and retain?
Explain How to access document directory
What are extra features added in ios 9?