coryalder / DMActivityInstagram

Instagram sharing, iOS 6 style.
MIT License
229 stars 66 forks source link

Instagram icon and name not showing in UIActivityViewController #6

Closed sacha1996 closed 11 years ago

sacha1996 commented 11 years ago

Hi did all what you said (and exactly as in your demo app) : http://f.cl.ly/items/3L0A2D130t3y2v3v291i/Screen%20Shot%202013-03-27%20at%2011.32.41.png All imported all the .h and .m (and the images) and at the top of my viewController.m I wrote "#import "DMActivityInstagram.h"

My goal was to add Instagram sharing to the UIActivityViewController in order to add an extra sharing feature next to mail, Twitter, Facebook etc.

I ran the code and the Instagram option does not appear: http://f.cl.ly/items/0B2C2h0l2Q3c1H061Y38/iOS%20Simulator%20Screen%20shot%2027%20Mar%202013%2011.31.57.png The UIActivityViewController is like it was before adding the code for Instagram sharing.

So I ran your sample app to see if it appears or not, and nope it doesn't appear: http://f.cl.ly/items/0L3j0P0V0R0h1q1U0q2T/iOS%20Simulator%20Screen%20shot%2027%20Mar%202013%2011.37.50.png

Do you know why?

Regards, Sacha

coryalder commented 11 years ago

DMActivityInstagram's default behavior  is to check to see if you have Instagram installed, and not show up if you don't. Since you are running it in the simulator, you definitely don't have Instagram installed.

I'll add a note to the description that makes this more clear. — Sent from Mailbox for iPhone

On Wed, Mar 27, 2013 at 3:38 AM, sacha1996 notifications@github.com wrote:

Hi did all what you said (and exactly as in your demo app) : http://f.cl.ly/items/3L0A2D130t3y2v3v291i/Screen%20Shot%202013-03-27%20at%2011.32.41.png All imported all the .h and .m (and the images) and at the top of my viewController.m I wrote "#import "DMActivityInstagram.h" My goal was to add Instagram sharing to the UIActivityViewController in order to add an extra sharing feature next to mail, Twitter, Facebook etc. I ran the code and the Instagram option does not appear: http://f.cl.ly/items/0B2C2h0l2Q3c1H061Y38/iOS%20Simulator%20Screen%20shot%2027%20Mar%202013%2011.31.57.png The UIActivityViewController is like it was before adding the code for Instagram sharing. So I ran your sample app to see if it appears or not, and nope it doesn't appear: http://f.cl.ly/items/0L3j0P0V0R0h1q1U0q2T/iOS%20Simulator%20Screen%20shot%2027%20Mar%202013%2011.37.50.png Do you know why? Regards,

Sacha

Reply to this email directly or view it on GitHub: https://github.com/coryalder/DMActivityInstagram/issues/6