Find URL for google play app before releasing it

旧城冷巷雨未停 提交于 2019-12-25 06:34:14

问题


I want to have a rate button for my app that will open up the google play store page of my app when clicked. The problem is I do not know the URL of my app on the Google Play Store since I have not released it yet. How can I find the URL?


回答1:


I know this answer is bit late but your url would be:

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

You can find the package name in AndroidMainfest.xml of your project.



来源:https://stackoverflow.com/questions/36830597/find-url-for-google-play-app-before-releasing-it

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!