tags:

views:

124

answers:

4

Hi,

I want to develop an iPhone application which has to record the phone conversation. Can some one give me the instruction how can i achieve this?

thank you.

+2  A: 

This is currently not possible with the SDK. Not sure outside of it.

pgb
+3  A: 

This is currently not possible. The iPhone doesn't allow applications to run in the background. When the phone application comes to the front (i.e. you get/make a phonecall), all other applications are shut down.

Jason Punyon
+1  A: 

Since background applications aren't possible and calls cause a foreground application to relinquish control, there's no way this could be done.

Ben S
+1  A: 

You can find something like that here. Seems to use an external service and goes around the restrictions (no background apps) by that. Maybe that helps.

Kai