Skip to content

Instantly share code, notes, and snippets.

@naotokui
Created January 13, 2013 11:12
Show Gist options
  • Save naotokui/4523569 to your computer and use it in GitHub Desktop.
Save naotokui/4523569 to your computer and use it in GitHub Desktop.
Reset NSUserDefaults
NSString *appDomain = [[NSBundle mainBundle] bundleIdentifier];
[[NSUserDefaults standardUserDefaults] removePersistentDomainForName:appDomain];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment