Skip to main content

Read phonenumber of iPhone user


id number = [[NSUserDefaults standardUserDefaults] objectForKey:@”SBFormattedPhoneNumber”];
NSLog(@”user phone number is %@”, number);


Alex Curylo

So generally it's possible, but the bad news is:
This API call is considered internal and will lead to app rejection :(

Comments