(As of iOS10 beta 2)
I would like to try the new NSPersistentContainer class to set up Core Data for my app and SiriKit extension, but I'm not sure that's possible. The documentation for is quite sparse at the moment, but it appears we are not able to load an sqlite from an app group usng this new class. Normally I would load MyData.sqlite it using containerURLForSecurityApplicationGroupIdentifier, but all we have to go on is persistentContainerWithName:managedObjectModel: .
Am I missing something?
Thanks in advance!