1

Is it possible to export a .wav file to Voice memo app from my app?

Thanks

Confused
  • 3,846
  • 7
  • 45
  • 72

2 Answers2

1

For the current versions of iOS, it's impossible. We cannot access the Voice memo app from your app.

Annadurai
  • 104
  • 4
0

I think you have to use UIDocumentInteractionController.
This way you can provide an "Open In" option on .wav file.

My guess is the Voice Memo app has supported file type of .wav extension and you must be able to see that app in Open in option.

Refer this link to know how to set up UIDocumentInteractionController.

Puneet Sharma
  • 9,369
  • 1
  • 27
  • 33