I have an action extension and its accompanying app. In my action extension, files are created, and I want to be able to access them from my main app.
Using UserDefaults is not an option because I have to share relatively big files (including images, videos, etc.).
How can I achieve this?