KasemJaffer / receive_sharing_intent

A Flutter plugin that enables flutter apps to receive sharing photos, text and url from other apps.
Apache License 2.0
325 stars 372 forks source link

Events being catch by different app #231

Open ascavalcante80 opened 1 year ago

ascavalcante80 commented 1 year ago

Situation: I have two different apps using receive_sharing_intent to handle the text-sharing events installed on the same phone. Let's call them app A and app B. Take as an example a situation where I'm using the YouTube app, and I want to share an URL video through app A. When I click on the share button on the YouTube app, I see both, app A & app B, as options to share the URL. I select app A, but app B opens takes over the process, and receives the URL. It happens with all the combinations possible of having when both apps are active on memory, both are apps inactive, or only one of them is active. Does someone have an idea why this happens?

beriaanirudh commented 1 year ago

@ascavalcante80 I am facing the same issue. The other app is not mine, but Rock.so . Did you find any solution?

PS: Duplicate of #225

Update The instructions on pub seem outdated. I followed instructions again from Github Readme and it works. @ascavalcante80 Please check if it works for you, we can then close this issue.