I want to know how to generate local notification at the end of the incoming call in Iphone using core telephony frame work

link|improve this question

74% accept rate
feedback

1 Answer

up vote 1 down vote accepted

You can't intercept every phone call, unless your app is an app that is allowed to run in th background. Like VOIP, navigation (or other GRPS tracker) or playing audio.

You can use the apple example to see if there is a call active and set the callEventHandler block. Then check if there the is ended by checkin if the callState is equal to CTCallStateDisconnected.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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