Skip to content

Instantly share code, notes, and snippets.

@caiguo37
Last active October 7, 2015 20:58
Show Gist options
  • Save caiguo37/3224246 to your computer and use it in GitHub Desktop.
Save caiguo37/3224246 to your computer and use it in GitHub Desktop.
clear 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