The problem is how to share a file which is not an image, on an iOS device.
The native.showPopup( “activity”) as it is implemented in Corona SDK seems not to offer this functionality, which is supported natively.
iOS UIActivityViewController supports files as well and not only images, text and url, as Corona SDK.
thanks.