I actually have a few questions related to Core Data entity attribute settings on iOS:
- Is “Store in External Record File” for Spotlight integration only?
- Is “Store in External Record File” for Mac OS only?
- On the iOS Simulator, where exactly are “External Record Files” stored?
These questions are not to be confused with the Binary Data attribute setting “Allows External Storage”. I understand that setting will put data >1MB outside the store.
- On the iOS Simulator, where are “Allows External Storage” stored?
Thanks in advance for your assistance!
This is described (in detail) in the Configuring the Model section of Core Data Spotlight Integration Programming Guide:
AFAICT: