You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered: