I want to capture the timestamp of incoming call and out going call. I read that, this could be possible using CoreTelephony Framework. I have tried the code given here Capture incoming Callevent using coretelephony? . I had placed code inside the applicationwillresignActive method. I have run the test by giving the call while my application in the foreground, but i am not getting any messages in the log. Event handler is code is not executing even when the call event happens. I am not getting where i am wrong?
Thanks in advance
Pushpa