0

I have found out, that some applications are able to store their files in that way, so one can connect their device to a Mac and access them via Finder > Locations > Device Name > Files. Are these capabilities included in public iOS API? If so, how can I make some of my app generated files to be publicly accessed?

enter image description here

Nikandr Marhal
  • 1,230
  • 1
  • 12
  • 12
  • may be this can help you. https://stackoverflow.com/questions/70613514/how-can-i-display-my-app-documents-in-the-files-app-for-iphone – Saurabh Prajapati May 24 '22 at 07:07
  • 1
    Take a look at [UIFileSharingEnabled](https://developer.apple.com/documentation/bundleresources/information_property_list/uifilesharingenabled) and [UISupportsDocumentBrowser](https://developer.apple.com/documentation/bundleresources/information_property_list/uisupportsdocumentbrowser) – Ricky Mo May 24 '22 at 07:11
  • Thanks @RickyMo your answer is correct UIFileSharingEnabled did all job to show documents folder inside Finder for me! – GalaevAlexey Nov 22 '22 at 09:32

0 Answers0