I'm using +[NSUserDefaults standardUserDefaults] to store application settings. This consists of roughly a dozen string values. Is it possible to delete these values permanently instead of just setting them to a default value?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
||||
|
|
|
You can remove the application's persistent domain like this:
This is similar to the answer by @samvermette but is a little bit cleaner IMO. |
|||||||||||||||
|
|
This code resets the defaults to the registration domain:
In other words, it Credits to Ken Thomases on this Apple Developer Forums thread. |
|||||||||||
|
|
Did you try using -
|
|||||||||||
|
|
If you need it while developing, you can also reset your simulator, deleting all the iOS Simulator -> Reset Content and Settings... Bear in mind that it will also delete all the apps and files on simulator. |
||||
|
|
