Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

userdefaults is never synchronized back to the system #25

Open
zgiles opened this issue Dec 23, 2013 · 0 comments
Open

userdefaults is never synchronized back to the system #25

zgiles opened this issue Dec 23, 2013 · 0 comments

Comments

@zgiles
Copy link
Contributor

zgiles commented Dec 23, 2013

It appears that although [NSUserDefaults standardUserDefaults] is picked up by the app to recall the last preferences saved by the user, the users preferences are never saved.
It appears that the Checkbox to make it start at startup only works by checking if it was started by the LaunchAtLogin piece, which is set the checkbox to check, and update the preferences, but not sync them back into OSX.
Maybe this should be fixed in the 1.x line before any restructuring of data / user prefs.

See here for some details...
http://mobile.tutsplus.com/tutorials/iphone/nsuserdefaults_iphone-sdk/
(Yes, that's for ios, but it works the same)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant