I would like to create an iOS app that saves some voice recordings into an app folder.
Then the iOS app should mail a link to the app folder to other users, who (using the same iOS app) should be able to listen to the recordings.
1) Using Swiftydropbox I cannot create a shared link to the app folder, "" is not supported, I can only obtain a link to a specific file like "/Recording1.m4a".
2) I cannot use Swiftydropbox with just such a link to download the file.
I would like to be able to pass a link to the app folder to Swiftydropbox and use it for downloading new recordings.
Would that be possible?