Ensuring 'Today' extension has updated information from Core Data
问题 I have an application and a today extension that are sharing a Core Data persistent store using a security group identifier. The main app updates the Core Data store and the extension only reads from the store. I am using a NSFetchedResultsController in both the app and the extension to retrieve the objects. This basically works, except that when the main app adds new objects to the store they aren't visible to the extension immediately. Similarly the extension can still see objects after