1

Can we get incoming call information(number) programmatically in iOS7?

I want to create an application so that at the time of any incoming call, my application cuts the call and sends a text message to that number.

Luke
  • 11,426
  • 43
  • 60
  • 69
K.Jaiswal
  • 21
  • 3
  • if this is for AppStore release, no you can not. Apple does not allow you to get any details about the call, like the phone number. Especial in the background. – rckoenes Jul 02 '14 at 09:59

2 Answers2

0

Read this may be helpfull, Because in this user blocking calls according to number. where you can check your number How can I use private APIs to block incoming calls in an iOS application? In this user getting info of incoming calls

Community
  • 1
  • 1
Jogendra.Com
  • 6,394
  • 2
  • 28
  • 35
0

There is a hack for this but you can't publish to the AppStore with it.

You can only use this in ad-hoc applications.

Community
  • 1
  • 1
tgyhlsb
  • 1,905
  • 14
  • 21