S P Balu Kommuri
S P Balu Kommuri

Reputation: 890

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.

Upvotes: 6

Views: 2530

Answers (1)

Rachit
Rachit

Reputation: 1189

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.

Upvotes: 7

Related Questions