I want to be able to edit in-place Office files hosted on my own server. By in-place I mean to open the file in Office, edit it, and get the changes sent back to my app/server directly.
I have partially achieved this by implementing a File Provider Extension to reveal my files in the Files app (iOS 11+), where it would automatically launch the Office app and get changes back to be uploaded to my server. I can also browse to my files from Office's Open menu and edit happens in-place.
I would to trigger this flow directly from my app. Any ideas?
Me and many have tried to follow Microsoft's Integrate with Office guide, but it only works for files hosted in FileShare or OneDrive. I want to edit files hosted in my own servers.