OStack程序员社区-中国程序员成长平台

标题: ios - 如何禁用较低 ios 版本的应用程序扩展? [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-13 02:34
标题: ios - 如何禁用较低 ios 版本的应用程序扩展?

我正在为 iOS 11 构建一个 FileProvider 扩展,但是我们已经获得了 Document Picker View Controller 扩展来为 iOS 10 提供 UI。这导致即使在 iOS 11 中也会弹出 Document Picker。

我们在 iOS 11 中不需要 Document Picker View Controller 扩展。

我的问题是如何禁用仅适用于 iOS 11 及更高版本的 Document Picker View Controller 扩展?



Best Answer-推荐答案


我终于自己解决了。

Apple 文档这样说

If you're updating an existing File Provider extension, be sure to set the NSExtensionFileProviderSupportsEnumeration key to YES in your extension's Info.plist file. If you're creating a new extension, Xcode automatically sets this key for you.

但他们忘记提及您应该将 NSExtensionFileProviderSupportsEnumeration 键放在 NSExtension 字典中,而不仅仅是在该 plist 文件中。

正确的 plist 应该是这样的

enter image description here

关于ios - 如何禁用较低 ios 版本的应用程序扩展?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46110701/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4