Wish UIDocumentInteractionController to open file downloaded by my app

ldb68

Member
Licensed User
Longtime User
My app need to download files from a webserver.
Files can be of any type.
After downloading the files I need to use the UIDocumentInteractionController to open the file with an appropriate app.
There are other possible ways like "nativeMe.RunMethod(...)" ?
This is a very important basic functionality.

thanks
 
Top