Can anyone please tell me the maximum size of NSUserDefaults. Means objects or primitives we can store in userdefaults. for example 10 MB etc.
Thanks
I don't know the exact value, but NSUserDefaults are meant to store a small amount of data, I think the maximum is in the order of the kilobytes.
If you want to store bigger property lists, then consider storing them in their own files.
No, there is no size limit to NSUserDefaults, aside from the storage capacity of the device itself.
see NSUserDefaults storage size capacity