UIActivityViewController 中不允许的其他应用程序?

Other apps not allowed in UIActivityViewController?

我正在 Objective-C 开发一个 iOS 应用程序,我目前正在尝试使用 UIActivityViewController.

进行共享扩展

我知道有一个 activity 的枚举,我可以使用 NSArray 类型的 属性 单独从 UIActivityViewController 中排除,称为 excludedActivityTypes .

当您点击 UIActivityViewController ?

提前致谢。

How can I also exclude other apps (such as Pinterest or LinkedIn) that the user can manually add/activate/disable from the panel

你不能。当然你可以尝试去用户家把他的胳膊固定在背后,但是,除此之外,你不负责用户的行为。