mobile menu
Site icon
ZidsWorld

The Tech Galaxy

Live support

google play standard colored svg logo

Get your Android App Playstore Link before Publishing

Wednesday, February 14, 2024, 8 AM

So you have built an app and is ready to upload it to play store, but you want include your app's playstore link for sharing purposes, or you just want a "Share this App" function in your app. Some people update the app after getting link from playstore, this is not necessary because you can get your link before publishing app, here is how to do it.

https://play.google.com/store/apps/details?id=your.app.packageIDhere"

You just need add your app's package ID after the "=" Or you can get your app ID programmatically

Here is how to get your android app package ID programmatically

ttps://play.google.com/store/apps/details?id=" + BuildConfig.APPLICATION_ID

That's it, no need wait until app is published.

Comments

No comments found.