My app deals with phone calls.I want to send an auto textmessage(sms) to the dialer when the line is busy or else user is busy or else call is in hold....Here I want to get the mobile no of the dialer to my app..Is it possible????

link|improve this question

79% accept rate
feedback

1 Answer

up vote 1 down vote accepted

No it's not posible. You can't interact with the dialer on iOS.

link|improve this answer
Thanks......Whether it is possible to activate my app when the call is in progress??? – icoder Aug 31 '11 at 10:04
No and yes, the user can start your app while on a call but you can't start an app programmatically when a call is in progress. – rckoenes Aug 31 '11 at 10:12
Is it possible to find the carrier Id of the new caller (callers contacts not in address book)..... – icoder Aug 31 '11 at 10:15
No, CoreTelephony will lett you know if there is an active call and its state thats is: developer.apple.com/library/ios/#documentation/… – rckoenes Aug 31 '11 at 10:19
Thanks for ur suggestion... – icoder Aug 31 '11 at 10:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.