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!
Asked
Active
Viewed 71 times
1
-
2It's on _your apps location/Library/Preferences_. – Onur Tuna Aug 08 '16 at 13:58
-
iRajulu Check My answer – user3182143 Aug 08 '16 at 14:37
2 Answers
1
very exact answer is
CoreSimulator/Devices/->device id<-/data/Library/Preferences
Where is NSUserDefault storing?
Where is the [NSUserDefaults standardUserDefaults] file stored on the Mac?

Community
- 1
- 1

user3182143
- 9,459
- 3
- 32
- 39
-
-
If it works kindly accept it because others can get the solution through your question. – user3182143 Aug 09 '16 at 09:35
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
-
-
1Outside the simulator nobody cares where it is stored, because you can't access it anyway. – gnasher729 Aug 08 '16 at 15:01