I have an app for daily news, knowledge sharing, etc. In this, by clicking the share button we can share a particular news item with others in WhatsApp/Facebook/Twitter etc. If the other person clicks this URL, different web browsers are displayed to open the post. But I want my app to be listed in this list if the user has installed my app otherwise open in a web browser. How to do this in android?
Asked
Active
Viewed 802 times
0
-
2Similar question was posted here https://stackoverflow.com/a/30054843/7026117 – Jack465 Jan 26 '22 at 10:44
-
1This is called Deep-Link or App link. Check out this documentation. https://developer.android.com/training/app-links – Alexander Hoffmann Jan 26 '22 at 10:51
-
1Does this answer your question? [Launch the Android App using deep linking](https://stackoverflow.com/questions/38772086/launch-the-android-app-using-deep-linking) – Junior Jan 26 '22 at 10:57
-
thank you all for the answers. I can now share it via WhatsApp and open my app from there. But by sharing it to Facebook/Twitter, I can not open my app? any reasons? – ruhi viroja Jan 27 '22 at 12:39