-
Notifications
You must be signed in to change notification settings - Fork 78
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
Comments
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 On IOS you get the following screen when you want to share to Instagram: You see the Instagram option as well as the EyeEm option. That is why I as if you could distinguish which one is installed? |
The plugin follows the instructions for Instagram iOS hooks:
Accordingly, Instagram should be the only app in the list, unless EyeEm does something to get itself on that list. |
Sure it does as you can see from my example! |
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. |
Okay but then you must inform the users of this plugin that it could also share to other Apps that use photos. |
I've added an iOS quirks section in the read me about this topic |
Great thank you! |
…the document interaction controller. mitigates the situation mentioned in #23
Is it possible to distinguish if you will share to Instagram or EyeEm?
It would be great to have functions:
The text was updated successfully, but these errors were encountered: