fileImporter with private data

In the fileImporter on iOS, when I select a folder, the result is always a subfile belonging to the private folder. This prevents me from accessing these files within the app. However, I do not wish to store them in the sandbox environment. What steps can I take to resolve this issue?

Answered by DTS Engineer in 823406022

@lijiaxu Have you called startAccessingSecurityScopedResourceon the URL to make the resource available to your app?

Accepted Answer

@lijiaxu Have you called startAccessingSecurityScopedResourceon the URL to make the resource available to your app?

fileImporter with private data
 
 
Q