I am working on an app that is strictly proof of concept. What i need to do is get the current number that has been dialed. I checked the CoreTelephony framework documentation and it has a class called CTCall, which exposes two properties - callID and callState. So it allows to detect call state changes (eg. when a number is dialed, when the call is connected, etc.) but the callID seems totally useless.
Is anyone aware of an alternate way to access this info? Private APIs are fine too and so are jailbroken methods. Because what i am working on is strictly proof of concept.
Thanks in advance.