一个 App 在开发时注册的 CFBundleDocumentTypes 值决定了它可以接受哪些文件类型的分享。

比如一个 App 的 CFBundleDocumentTypes 仅为“pdf”,那么在分享 PDF 的时候可以看到它,而在分享 EPUB 文件时看不到它。

此外,还有一些 App 注册了支持某些文件类型,但是可能会被折叠在分享菜单最右侧的“更多”里面。

参考 https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundledocumenttypes/