Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I Want to access iPhone in built app "Voice Memos"

In my app there is a recording option.

I written code to record the voice by using AVAudioRecorder it will work fine, but my client requirement is it opens the native Voice recorder in ios device that is "Voice Memos". As per my research so many answered that we are unable to access Voice Memos app. I am confused.

Can u please help me there is an any way to access Voice Memos.

like image 590
S P Balu Kommuri Avatar asked Jan 06 '15 06:01

S P Balu Kommuri


1 Answers

Till date it is not allowed to access voice memos recorded by native ios recorder. The best option is to use AVAudioRecorder and let the user record their own memos in your app to upload to the server and access these to show the recorded memos.

like image 62
Rachit Avatar answered Nov 08 '22 15:11

Rachit