I am developing an OS X application. For my app, there is a preference extension. I am trying to save all the preferences settings values of the application by using [NSUserDefaults standardUserDefaults]; In order to read the settings values from my application, can I use same bundle identifier for the preferences application and Cocoa application and Preference pane application.
