Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android How to get Google Play Store Link before release

I would like to release my app in a few days. In my app there is a rate-button where the user should be linked to the google play store. Is there an opportunity to add this function before releasing the app? Or do I have to release it and add an update?

like image 535
XxGoliathusxX Avatar asked Oct 19 '16 14:10

XxGoliathusxX


1 Answers

  https://play.google.com/store/apps/details?id=<YOUR_PACKAGE_NAME>

Replace <YOUR_PACKAGE_NAME> by your package name

like image 52
Ganesh Pokale Avatar answered Sep 17 '22 15:09

Ganesh Pokale