Is it possible to export a .wav file to Voice memo app from my app?
Thanks
I think you have to use UIDocumentInteractionController. This way you can provide an "Open In" option on .wav file.
UIDocumentInteractionController
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.
For the current versions of iOS, it's impossible. We cannot access the Voice memo app from your app.
Copyright © 2021 Jogjafile Inc.
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
.