Adding support for Files app seems to kill 'Copy to' option

Hi,


I'd like my app to expose its files in the Files app on iOS11+ AND at the same time be a target to copy files to from another app. This seems impossible, although I've seen one app doing it (Cubasis).


If I enable LSSupportsOpeningDocumentsInPlace, then my files show in the Files app, but if another app wants to send an audio file to my app, the iOS dialog that pops up in that app (presumably after calling openDocumentInteractionView), mentions 'Open in' instead of 'Copy to'. I do not want to edit in place, I want the audio file to be copied from the other app to my app.


If I disable LSSupportsOpeningDocumentsInPlace, files do not show up anymore in the Files app, but I get 'Copy to' in the other app's dialog (and that works).


So how to get both?

Adding support for Files app seems to kill 'Copy to' option
 
 
Q