I developed an application for the iPhone that will have some files (images, audio and video) in the applicationβs document directory (Note: the file is in the document directory, and not in the resources or the main set).
I want to create a unique URL that will allow the user to download these files (from the application document directory) from the browser on other devices, such as Macs, smartphones, etc.
So, you can briefly make the iOS application act as a web server, allowing you to download application files.
How to do it?
source
share