0

I have created an application in iPhone. Now i want to add my app icon on the "share via" list (The list that ask for share via: Facebook, twitter,whats app and other thing.. ).

So is there is any way to accomplish this task.

Any help will be appreciate..

Ajay Patil
  • 21
  • 2

1 Answers1

0

The only way to achieve something like that in iOS is described here:

My app inside iMessage UIActivityViewController

Community
  • 1
  • 1
TheEye
  • 9,280
  • 2
  • 42
  • 58
  • The answer you told to me was only work if we are inside our application. But if suppose i take a photo from the device and want to share it with the my application so how can i add my application icon in the "Share via" list.. Please tell to me if i went wrong.. – Ajay Patil Jan 18 '14 at 05:32
  • Did you have a look at the referenced stack overflow question http://stackoverflow.com/questions/2774343/how-do-i-associate-file-types-with-an-iphone-application? If that is not working it's not possible, Apple is quite restrictive in inter-app relations ... – TheEye Jan 20 '14 at 08:40