0

Is it possible to develop an app to handle an incoming phone call for iPhone? I mean, I'm thinking to develop an app to record phone conversation for both outgoing and incoming calls.

If it is an outgoing call, can user make a standard phone call and the voice conversation be recorded?

If it is an incoming call, can app be opened/activated when there is an incoming call and the user talk while the conversation is recorded?

(There is a Core Telephone Framework: but I don't know if it would help.)

Can anyone advise?

Prince Kumar Sharma
  • 12,591
  • 4
  • 59
  • 90
ikevin8me
  • 4,253
  • 5
  • 44
  • 84

1 Answers1

2

Ignoring legal implications, it is not possible over their provider's network.

(ex: Verizon)

This article goes into a little more detail.

swiftBoy
  • 35,607
  • 26
  • 136
  • 135
  • This is won't be for US market. So, any help? – ikevin8me Dec 29 '12 at 07:48
  • If you want to do something where the call is actually routed through your own servers, then it's possible, but if I understand what you're trying to do, it's not going to work. – ericwclymer Dec 29 '12 at 07:50