as title how to? i have tried the code from others sources:
id number = [[NSUserDefaults standardUserDefaults] objectForKey:@”SBFormattedPhoneNumber”];
NSLog(@”user phone number is %@”, number);
however it return NULL even thought i tested on device with firmware 2.2.1 any idea?