How to provide share link option of product as flipkart and amazon app provides for sharing of products link

How to provide share link option of product as flipkart and amazon app provides for sharing of products and after clicking on link my app open the same product activity in android native app.

Hello
flycoders_sourav,

You need to enable deeplinking in app. and after enable it you just need to share app deeplink url in your social share. when you user click on that link app will open automatically.

checkout the deeplink native plugins for more information.
:grinning:

1 Like

Thanks for your quick response. Please can you share me some sample of code for that it would be very helpfull for me

checkout this link i hope it will solve your problem

Enable deeplinking in your appliaction.