In iOS 11 UIDocumentInteractionController only works when the file to be shown has the correct filename extension

Opening a file with filename "myfile" did work in iOS 10 as long as the UTI was correctly defined. In iOS 11 for example office documents or quicktime movies do only show in UIDocumentInteractionController if they have the correct filename extension like myfile.docx or myfile.mp4.