I set a text setting key in by Settings.bundle.
The Settings app show the key's default value well.
But I can't read the value via NSUserDefaults
with this code.
NSString *aaa = [[[NSUserDefaults standardUserDefaults] stringForKey:@"aaa"] copy];
Value is always nil. I believe I omitted something required steps. What's required?