We have an existing Cordova iOS App for which we need an iOS share extension which will allow Users to to share files from other apps (like Photos, Pages, Numbers, Keynote, etc) with our App (i.e. Export file from Pages to our App).
We need the following delivered:
- Prototype / Sample iOS Cordova App
- with a share extension setup up for jpg, png, video, pdf and office (xls, xlsx, doc, docx, ppt, pptx) files
- Extension to either open the Cordova App directly OR to open the Cordova App as a webview inside the share widget
- Cordova App must receive parameters about the shared file (filename, path, type, filesize) from extension - the handling of the file afterwards will be done by us.
- Documentation on how to implement this functionality (share extension) in our existing Cordova App (steps necessary to perform in Xcode etc)