Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distinguish between Share to Instagram and EyeEm or others? #23

Closed
confile opened this issue Apr 7, 2014 · 8 comments
Closed

Distinguish between Share to Instagram and EyeEm or others? #23

confile opened this issue Apr 7, 2014 · 8 comments

Comments

@confile
Copy link

confile commented Apr 7, 2014

Is it possible to distinguish if you will share to Instagram or EyeEm?

It would be great to have functions:

shareToInstagram(...);
shareToEyeEm(...);
@vstirbu
Copy link
Owner

vstirbu commented Apr 8, 2014

The plugin shares the image via the iOS or Android Instagram application installed on the device. Sharing using HTTP APIs is not in the scope.

@vstirbu vstirbu closed this as completed Apr 8, 2014
@confile
Copy link
Author

confile commented Apr 8, 2014

@vstirbu On IOS you get the following screen when you want to share to Instagram:

eingang__751_e-mails__11_ungelesen_

You see the Instagram option as well as the EyeEm option.

That is why I as if you could distinguish which one is installed?

@vstirbu
Copy link
Owner

vstirbu commented Apr 8, 2014

The plugin follows the instructions for Instagram iOS hooks:

Alternatively, if you want to show only Instagram in the application list (instead of Instagram plus any other public/jpeg-conforming apps) you can specify the extension class igo, which is of type com.instagram.exclusivegram.

Accordingly, Instagram should be the only app in the list, unless EyeEm does something to get itself on that list.

@confile
Copy link
Author

confile commented Apr 8, 2014

Sure it does as you can see from my example!

@vstirbu
Copy link
Owner

vstirbu commented Apr 8, 2014

Something that can be done is to have a confirmation that the app is in fact Instagram, and not something else.

But not sure if you can filter out other apps before the user makes the selection.

@confile
Copy link
Author

confile commented Apr 8, 2014

Okay but then you must inform the users of this plugin that it could also share to other Apps that use photos.

@vstirbu
Copy link
Owner

vstirbu commented Apr 8, 2014

I've added an iOS quirks section in the read me about this topic

@confile
Copy link
Author

confile commented Apr 8, 2014

Great thank you!

vstirbu added a commit that referenced this issue May 2, 2014
…the document interaction controller. mitigates the situation mentioned in #23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants