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?
plist
plist is a file format. It is only constrained by the maximum file size. The way it's read and written poses another constraint: the memory available to hold serialized objects.