Search code examples
iossafarimobile-safarisharing

How to make my app visible in Safari share options


Is there a way to register my app so that it is visible as one of the available share options in mobile Safari?

I want my app to show up on this list, the way the Pocket app does, so I can enable it and have it be listed in the share options along with Facebook, Twitter, Pocket as shown in the second image. I want my image to show up Tapping on share

I've also tried following the instructions at this link, but it doesn't seem to work

https://developer.apple.com/library/archive/qa/qa1587/_index.html


Solution

  • As @rmaddy mentioned, this can be done by following the instructions on App Extension Programming Guide

    In reference to photo I posted, a share extension would show up on the top row, and an action extension would show up on the bottom (black and white) row.