How to get listed in the share menu?

Matt picture Matt · Apr 19, 2013 · Viewed 12.4k times · Source

I'm creating a messaging app and I would like to enable other apps to share text to my app via the share menu option.

How do I get my app listed in there?

This is the menu I would like to get listed in:
image

Answer

Ruben Martinez Jr. picture Ruben Martinez Jr. · Aug 5, 2014

In iOS 8, Apple has now enabled a way for you to add your application to a user's Share Sheet as one of many features of Extensibility, which aims to make your app available to the user even when closed.

enter image description here

You can read a lot more about share extensions here, or go straight to Apple's pre-release documentation to dive into the code.


Update: Above link of Apple documentation is not working, check here App Extension Programming Guide: Share