3

Is it possible to programmatically answer a call in iPhone? I have already googled about this and found that iOS SDK does not support such feature. But I found an answering machine app in Appstore.

https://itunes.apple.com/in/app/prank-answering-machine-free/id508457142?mt=8

Please help me out.

Daniel Larsson
  • 6,278
  • 5
  • 44
  • 82
AloSwift
  • 407
  • 6
  • 24

3 Answers3

7

No this is not possible, the iOS SDK does not allow any interaction with the phone.app.

Also the app you have found is a prank app, one that you start if you receive a call and the play back one the messages from the app.

rckoenes
  • 69,092
  • 8
  • 134
  • 166
2

No, that is not possible. The CoreTelephony framework lets your application receive notifications if there is any change in the call state, but there is no way to answer it. The app that you mentioned does not say anything about answering a call, from what I can see.

Daniel Larsson
  • 6,278
  • 5
  • 44
  • 82
1

I would say it depends. If you want to make a app and publish it in app store, its not possible. However if you want don't want to publish on app store and willing to use private api, then its possible. Refer this answer.

Community
  • 1
  • 1
TorukMakto
  • 2,066
  • 2
  • 24
  • 38
  • So app should be an enterprise app right? One more question is it possible to record a call using 3rd party API?? – AloSwift Nov 28 '13 at 12:47
  • Yes its an enterprise app. To the best of my knowledge, recording is not possible but have never explored as I never had a requirement. If I answered your original question, please accept/upvote. – TorukMakto Nov 28 '13 at 12:53