Hi all,
I'm building a non-replicated FileProvider extension for iOS 11+. I'm trying to understand what the expected behaviour is for folders in the FileProvider.
When I'm navigating folders, there's no placeholders being created in the shared storage. I know that, because providePlaceholder(at:completionHandler:)
isn't called. However, suddenly, it does get called when I'm copying a folder with nested folders for example. Then, I'll also see startProvidingItem
getting called on a folder sometimes, while the same action sometimes doesn't get triggered on another sibling folder.
Is something wrong in my setup/nodes, or is it expected that I randomly download a folder and unzip it instead of just downloading an item?