There are two targets running parallely which share a common databse. Let's say I have created an object using context of target1 and added it to the database. How do I update the NSFetchedResultsController in target2 about the change happened?
A change made by another process is called a remote change, it can be handled in two ways: