Those look like questions about cases where the file URL is stored in the field. I'm storing binary data in the field, and Core Data is automatically storing blobs beyond a certain threshold as external files. Those files remain on disk after the records are deleted. Since the file creation is automatic in Core Data, I would expect the files to be deleted when the record is deleted, but they're not. I also can't find a way to access the file URL of the record's external data to delete the files manually.
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: