Search code examples
iphoneobjective-ciosrecordphone-call

Record the conversation of phone - ios


Possible Duplicate:
Is an iPhone Call Recorder theoretically possible?

I am an iPhone devleoper. I want to record the conversation during phone call. I don't know apple is allowing to do this or not. If yes, than can anybody guide me how can i do this?

  • Basically In my app ,I am recording 1 audio . Now when i call someone from my contact ,I want to play that audio as well as record the conversation. Both play and record thing I want. I am confused whether it is possible or not.

Solution

  • There is no public API for recording the calls made (or received) by the built-in Phone app.

    You will have to implement your own phone calling mechanism. You'll probably want to use VoIP. (That is what Google Voice uses, for example.) You'll need to run your own server on the Internet, or contract with an existing VoIP service. You'll want to use in-app purchase to let the user buy minutes, because it costs money to run your own server or use a third-party service.