You can get the users phone number from the NSUserDefault:
[[NSUserDefaults standardUserDefaults] objectForKey:@"SBFormattedPhoneNumber"]
But this will only work if the user has entered his phone number.
There is no way in the official SDK to read anything from the SIM card.