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
321 stars 369 forks source link

Difference between sharing URL and APP LINKS #22

Open kleinpetr opened 4 years ago

kleinpetr commented 4 years ago

Hello

I am using this extension for sharing into my app but I am using app links together and now I have problem. How can I recognize this situations?

1) user opens the app via url link 2) user want share url via share extension

For imagine, my app contains chat service and for example product detail page. Now if sombody sends the product page url via Whatsapp or another service, I want to open product in my app through APP LINKS. Its working fine.

But in application user can share this product instantly via share button and he can choose this app for send it trough chat service. So is there some chance to recongize this different situations?

Thank you

sz7i commented 4 years ago

I've got a similar issue. It would be very useful to be able to differentiate sharing intents and app links / uni links