Search code examples
iphoneipad

How will you invoke other apps from the native iPhone app?


How can I invoke an app from a native app? I want to invoke my app on clicking a mail from the native mail app. For example native mail app list staza app and good writer app when you want to view a pdf file, that is in your inbox.

So what we should do if we want to display our app also in that list?


Solution

  • You can try inter-process communication. Here is some guide