I am trying to remove third party applications from UIActivityViewController. But for some reasons the `excludedActivityTypes` is ignoring the third party sharable apps.
Unable to remove third party apps from UIActivityViewController
same here. i only want to allow iMessage. did you find any resolution?
Apps can only exclude the built-in system activity types (the constants listed in the UIActivity.ActivityType
struct), and are not allowed to exclude extension activities that come from other apps.