Hi,
I am adding share button on my app, which shares my app link on FB whatsapp.
But how do i get app store link to add in my app, before submitting the same to Play store
Hi,
I am adding share button on my app, which shares my app link on FB whatsapp.
But how do i get app store link to add in my app, before submitting the same to Play store
You Play store link will be based on the package name you gave your app.
My Widget Id and package name is as below
config.xml
<widget id=“com.app.hair” version=“0.0.1”
Package.json
{
“name”: “hair”,
That would make the link https://play.google.com/store/apps/details?id=com.app.hair
This is all documented at https://developer.android.com/distribute/marketing-tools/linking-to-google-play by the way.
Thanks a lot, for a quick help.