Last active
December 5, 2017 14:30
-
-
Save tallcoder/94f6922422a129f0f910 to your computer and use it in GitHub Desktop.
delete all stored nsuserdefaults data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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