I am developing an iOS app and it pack the HTML5 site with UIWebView. Now it could upload images from the Photo Album and other files from "Browse" and iCould Drive.
Is there a way to let the app upload the external files from other apps? I have uploaded two screenshots as an example that opening the Notes file by another app - the Email app.
Can my app receive and upload an external file like this Mail app does?
Related
Actually I'm using iOS file picker for uploading audio and video files from my app. Is there any way to access local files from any app? Is it possible or not?
You can check file directory structure to upload a file for iOS. The link is:
https://github.com/apache/cordova-plugin-file#where-to-store-files
You can read iOS local file using cordova.file.documentsDirectory
I have some file links in url and I just want to give user a option to save those files directly to his/her iCloud storage or the latest Files App in iOS 11.I have not came through any such link which helps me out in this regard. Some links are creating a zip file after downloading as NSData and syncing to iCloud. I want to give a feature like WhatsApp to save directly the file withe the same extension to iCloud.
I am developing an application which needs to upload a pdf file.
The pdf may be downloaded from any website or may be downloaded from gmail.
How can I browse the downloaded pdf from my application?
If not possible, how can I implement the same.
I have wrapper app with some buttons to generate PDFs.
I would like to download PDF files to be opened by Adobe, now when I click on the button it open it within the app which make it unable to get back and I have to force closing the app.
Is there any way to open link from dropbox app to my own App ?
I want to play audio file from dropbox app to my app.
Thanks.
The solution for this isn't specific to Dropbox.
You need to setup your app to indicate that it can open certain types of files (such as audio files). Once you do that, then any app, such as the Dropbox app, that offers an "Open In" option for those types of files will show your app as one of the options.
To learn how to register your app for certain types of files, see How do I associate file types with an iPhone application?