How to implement Share application "link"

I have share button when any user click on this share button my app link will be share. i don’t have any idea how can i implement. please help me anyone .sorry for bad english
Thank you

Use a Cordova plugin that implements this share functionality you are looking for.

How to put my app link? After uploading to the playstore , I’ll get the link.how can i do the before?

The link only contains your package id. You already set that one. So you can guess what your Play Store link will be.

but how? please explain

When you start your app you define a package id in config.xml.

Example: com.flycoders.sourav
Then your Play Store link will be: https://play.google.com/store/apps/details?id=com.flycoders.sourav

2 Likes

got it. thank you for your valuable reply.