-1

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?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Shahbaz Akram
  • 1,598
  • 3
  • 28
  • 45

1 Answers1

1

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.

Fahim
  • 3,466
  • 1
  • 12
  • 18
  • That wasn't me - I mean the point decrease. I think somebody else did that and you would want to ask them about that. But would appreciate a "correct answer" if my answer satisfies you. – Fahim Mar 15 '17 at 09:26