I've never written any code with Objective-C and I'm as lost as you can be.
My App is in React Native but I couldn't find a way to achieve this so I had to start to search for a solution using Native Code.
What I basically need to do is taking a file I downloaded in my app's sandbox and open it in other app (PowerPoint) without actually showing the Share Screen Modal where the user selects the other App.
I know that when "Sharing" the file is copied into the PowerPoint's folder but I'm not sure if I'm able to do this kind of actions.
I was told to use this ->UIDocumentInteractionController
but like I said, I'm not sure if it allows me to do that.
Any suggestion is welcome !
Thanks in advance !