Possible Duplicate:
Is there any limit in storing values in NSUserDefaults
How much data i can save on NSUserDefaults . Is there is storage size is different for all devices. or same for all devices .
Possible Duplicate:
Is there any limit in storing values in NSUserDefaults
How much data i can save on NSUserDefaults . Is there is storage size is different for all devices. or same for all devices .
Why on earth will you want to store so much data in NSUserDefaults
?
`NSUserDefaults' should not be used as a global dictionary.
Try using property lists & core data.