My app deals with phone calls.I want to send an auto textmessage(sms) to the dialer when the 开发者_C百科line is busy or else user is busy or else call is in hold....Here I want to get the mobile no o
This quest开发者_如何学运维ion already has answers here: Closed 11 years ago. Possible Duplicate:
My app deals with phone call.So I added coretelephony framework to my proje开发者_Python百科ct.But when I try to import the framework to my appdelegate,I get the error \"No such file directory\" Can a
For our iPhone application, we would like to call a particular phone number, then fetch the total duration of that call after it has 开发者_运维知识库completed.This is to manage the billing of that pa
I want to know how to generate local notification at the end 开发者_运维百科of the incoming call in Iphone using core telephony frame workYou can\'t intercept every phone call, unless your app is an a
Can i fetch phone number from callID from core telephony framework ? Is thecallID in call telephony and re开发者_如何学JAVAcord id in address book same in iphone ?No, the phone number is not retrievab
Is there a way to track cellular data usage on iPhone ? There are lot of apps which does开发者_运维问答 the same like \'Dataman\' and \'DataUsage\'
Reposting with more concise and focused question after original question went unanswered.Also adding more insight into the problem after another day of research:
I am using MFMessageComposeViewController to send text message via my App.But I have a problem when we remove the SIM and try to send message.Is there any delegate available to track whether the messa
I tried getting carrier name with this code (using CoreTelephony): CTTelephonyNetworkInfo *netinfo = [[CTTelephonyNetworkInfo alloc] init];