Hello
iOS UIActivityViewController supports not only images, text and url, as Corona SDK through
native.showPopup, but also local files (using local url address NSURL and even NSData).
How could we share a local file located in system.DocumentsDirectory? For example a pdf or a zip file.
Thanks.