-2

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 .

Community
  • 1
  • 1
Saad Ur Rehman
  • 798
  • 1
  • 10
  • 19

1 Answers1

0

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.

footyapps27
  • 3,982
  • 2
  • 25
  • 42