How does one retrieve the NSManagedObjectID when saving an object to Core-Data?
I have a series of objects to save to Core-Data and I need to have each ones objectID as I am saving on another thread.
I would then like to pass this array to the main thread and fetch the objects for the array of IDs.