0

i need to open voice memos app programmatically just like photo libraries and retrieve prerecorded voice memo.i am trying to find any documentation regarding this feature.

Thanks

Steve
  • 11

1 Answers1

0

No. It's not possible to access pre-recorded voice memos from within your app. Your best bet would be to record and store new voice memos using AVAudioRecorder and save it in your app's sandbox. Below discussion should give you better idea on how to do it:

Record audio file and save locally on iPhone

Community
  • 1
  • 1
Obj-Swift
  • 2,802
  • 3
  • 29
  • 50