-2

I would like to know if it exist a solution to record audio which is in the speaker of iphone/iPad.

I try to make an application which is able to record audio during a conversation.

Thanks for your help,

wawanopoulos
  • 9,614
  • 31
  • 111
  • 166
  • possible duplicate of [Is it possible to record a call in iphone?](http://stackoverflow.com/questions/8168735/is-it-possible-to-record-a-call-in-iphone) – Brad Larson Apr 04 '12 at 16:02

2 Answers2

1

There's two reasons why it isn't possible or practical to create an application to do this.

#1) Apple will not approve applications that can infringe on customers privacy rights. If you can record a conversation, that can be a privacy issue or it can be illegal.

#2) While a call is going on (or, at least at the beginning, until you switch out of it), you can't have another application in the foreground.

Michael Dautermann
  • 88,797
  • 17
  • 166
  • 215
0

http://www.recordertheapp.com/

(First google search result from: record audio in iphone)

Anthony Potts
  • 8,842
  • 8
  • 41
  • 56
  • Nice find, and interesting that they have to use a (paid) service through a non-Apple provider to record the outgoing calls... good workaround on their part. The original poster seemed to be asking for a way to create (or "make") an app to record conversations. – Michael Dautermann Apr 04 '12 at 16:04
  • It was less about directly answering the question than showing the lack of preparation in asking. I noticed the limitation as well, but you could record incoming calls through Google Voice. – Anthony Potts Apr 04 '12 at 16:11