5

I have a Cordova/PhoneGap App which deals with photos. What I want is to make my app appears in the sharing options, when other apps want to share a photo to other apps.

Here is an example for such a sharing dialog:

enter image description here

How can I make that my Cordova/PhoneGap App appears in a Photo Sharing Options of other Apps?

Edit: When I click on share to Instagram in some photo apps I get the following popup. How can I make that my app does appear in this share popup too?

enter image description here

Michael
  • 32,527
  • 49
  • 210
  • 370

1 Answers1

3

For iOS it's been answered on this thread

My app inside iMessage UIActivityViewController

on this one you have even more info

How do I associate file types with an iPhone application?

For android you can follow the instructions here http://developer.android.com/training/sharing/receive.html

Community
  • 1
  • 1
jcesarmobile
  • 51,328
  • 11
  • 132
  • 176