As far as my understanding, there is no public API available in iPhone SDK to find the users mobile number.
Can we find the mobile number of iPhone user using the Core telephony framework added in 4.0 SDK?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, the CoreTelephony framework provides some basic information about the carrier and limited info about calls, not much else.
The limited information includes things like the amount of current active calls, the call ID (not a mobile number, just a unique ID that the OS uses to track the particular call) and the state of a call, like whether the call is on hold or not.
The main feature in CallTelephony is an API to check whether or not a carrier allows VoIP over 3G.