UserDefaults and domain names
UserDefaults and domain names
- Subject: UserDefaults and domain names
- From: Tom Waters <email@hidden>
- Date: Thu, 19 Jul 2001 12:09:42 -0700
I'm working on the user defaults mechanism in my app and I noticed that
many applications use a reverse fully qualified domain name, similar to
the java package convention.
For example, com.apple.TextEdit, or com.microsoft.explorer...
My read of the NSUserDefaults docs indicated that it uses the bundle's
name for the domain name, thus mine is coming out just plain FileView,
rather than com.whidbeysoft.FileView.
Can someone tell me how to set my own fully qualified domain name in the
user defaults?