How can I export a voice memo from my app to iPhone's voice memo app?

397 Views Asked by At

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

Thanks

2

There are 2 best solutions below

0
On

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.

0
On

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