Search code examples
iphoneioscore-telephony

Find out who calling from my iOS app


Is there any possibility to find out who is calling when my app is launched or in background (doesn't matter). Generally can I get contact name ( John Doe for example ) from code ? I search the Core Telephony Framework but there is just an CallID property in CTCall - but nothing like contact.

Thanks!


Solution

  • You can not get who is calling. There is not offical api for that. May be you can do it in jailbreak.