Hi,
We are building a document based app that also has a file provider extenstion. We use the file provider extesntion to access remote PDF files. So far we are able to list the remote files, download and open (no problem), BUT we can't get fetchThumbnails() in our NSFileProviderExtension subclass to be called. We read that it is only called for remote files, thus we tried setting isDownloaded on our NSFileProviderItem's, but that did not work. Any other ideas?
Anybody here that has a working NSFileProviderExtension with thumbnails for remote files working?