I want to get my phone number. with the coding in iphone is their any way or code to get my phone number.
I am using following code for the finding of my phone number but i am getting 1(1234)12345 In simulator it is giving null value.
NSString *num = [[NSUserDefaults standardUserDefaults]stringForKey:@"SBFormattedPhoneNumber"];
Is their any other framework to include in my application.