Search code examples
iosobjective-ccallkit

Show box with incoming call number using callKit iOS


I have an app which will show box with incoming caller number when incoming call received. Is it possible in iOS using Objective C language?


Solution

  • I don't believe CallKit gives you the incoming call number since that could lead to privacy issues. As far as I'm aware, all CallKit APIs deal with taking a number from you and processing it but not providing you with any numbers from incoming calls etc.