I am developing one application which will download a file and put it outside the app’s sandbox directory, so that other apps can access it. Is it possible? If it is not possible than how does browser downloads files and other apps access the files downloaded by browsers?
Asked
Active
Viewed 572 times
0
-
Not possible to access out side app sandbox. I think with browser if you download any zip then it shows options to copy it in any of app like xender (sharing) – Prashant Tukadiya Apr 12 '18 at 12:40
-
What kind of files you want to save? You can save images to gallery and they can be accessible by all application. – Rocky Apr 12 '18 at 12:58
-
I am trying to save pdf,docs.ppt,images. – Ankit Maurya Apr 12 '18 at 13:05
-
you have to convert PDF files to image then can save to device's image gallery, this'll help you : https://stackoverflow.com/questions/32604857/convert-pdf-to-uiimage – Rocky Apr 13 '18 at 06:29
1 Answers
0
No. Apps must stay inside their sandbox. Though apps you create can share data between them. Documentation

user-44651
- 3,924
- 6
- 41
- 87