Save audio files on iOS in a location accessible with Files application
-
wrote on 30 Oct 2021, 18:46 last edited by cristeab
Hi
I am trying to generate audio wav files on iOS and save them in a location publicly available to all users. With Files application I can access "On My iPhone" location and I can see folders created by other applications there, but I cannot find a way to do the same from Qt5. Currently I am using QStandardPaths::GenericDataLocation, but I cannot open in Files app this location.
thank you
Bogdan -
Hi,
This article describes what you need to configure to make your app share its files. Note that this is not Qt but the configuration can still be used.
1/2