Thursday 24 September 2020

Excluding own application from UiActivityViewController

I am trying to remove my own applications share extension from showing up in the share options. I can't find any documentation on this online. Any help would be appreciated.

This is what I have so far:

activityVC.excludedActivityTypes = [UIActivityTypeAirDrop, UIActivityTypeAddToReadingList,"com.Final.Giftr.Giftr-ShareExtension"]

The Air drop and add to reading list are working as expected.



from Excluding own application from UiActivityViewController

No comments:

Post a Comment