3

If I don't want the Pinterest app extension to show up in my UIActivityViewController, how can I remove it? Previously I could just add the activity type to the excludedActivityTypes array. That doesn't seem to work with app extensions.

Marty
  • 5,926
  • 9
  • 53
  • 91

1 Answers1

0

Applications require a special entitlement to exclude individual extension-provided activity items. (Not 100% sure but) Managed devices can also have individual extensions blocked via MDM.

Dex
  • 871
  • 4
  • 4