In this app I have kept one feature that the user can share product links with their family and friends but the issue is that when they open this link, it opens in web browser instead of opening in my app.
I tried opening url link in my app but it’s not opening.
I will explain it again what I want.
I want to open my shared link in my app. for example I have shared My Shop Prime this product link to any one and if they have installed my app then this link should open in my app and that is MT Fashion Street
You can do Deeplink, but only to open the application, eg from a browser, and not to open a particular screen. You can do it very easily using Dynamic Link in your Firebase console. Be sure to upload your google-service.json file.