My goal is to create custom UIActivities
for Google+
, Pinterest
and LinkedIn
for social share. And my custom activities should appear in UIActivityViewController
only if native apps are absent (aren't installed - means native share won't appear in UIActivityViewController).
But I don't know how to check whether these apps are installed Is there any possibilities for this?