1

I am using NSUserDefault in my application most of the times but I can't find where it's storing the object (storing means it's there in app somewhere). I googled it but couldn't find the location. Where it is stored? Thank you!

simbesi.com
  • 1,539
  • 3
  • 17
  • 27

2 Answers2

1

very exact answer is

CoreSimulator/Devices/->device id<-/data/Library/Preferences

Where is NSUserDefault storing?

NSUserDefault Stored in

Where is the [NSUserDefaults standardUserDefaults] file stored on the Mac?

Community
  • 1
  • 1
user3182143
  • 9,459
  • 3
  • 32
  • 39
0

Library/Preferences /Users/tomhsu/Library/Application Support/iPhone Simulator/7.1/Applications/835DED9B-A3FE-4E77-ABD6-A198E0940243/Library/Preferences/xxxxxxx.plist

Use this for open it

jose920405
  • 7,982
  • 6
  • 45
  • 71
wg_hjl
  • 535
  • 3
  • 9