What is the maximum storage capacity of a plist?
My application uses a plist as data storage, and I would like to know, what is the maximum storage capacity of a plist file in iOS? A plist can be of arbitrary length . Apple, however, only recommend plists having a maximum size of a couple hundred KB : "For situations where you need to store small amounts of persistent data—say less than a few hundred kilobytes—property lists offer a uniform and convenient means of organizing, storing, and accessing the data." For data which is more memory intensive, they recommend the following: "In some situations, the property-list architecture may prove