Is it possible to write any file to the Files App in iOS11? I want to write any document file to the Files App which was introduced in iOS 11, so is there any way to perform this operation, I try to find on google but did not get any solution.
Asked
Active
Viewed 224 times
2
-
There is no `public API` for reading and writing into `File Manager` app – Buntylm Oct 27 '17 at 09:49
-
Note that all Apps are sandboxed. They can not read/write each others directories but you can export any file to other App's that can handle them. – Leo Dabus Oct 27 '17 at 09:58