Getting link to my app on play.google before posting my app

南楼画角 提交于 2019-12-06 23:44:07

问题


I want to share link to my app(link on play.google) using facebook api. But I have to have it before posting app on market to put it in my code. Are there any other solutions except updating my app right after posting?


回答1:


use this

https://play.google.com/store/apps/details?id=<your package name>

and you can get package name by this way.

   String packageName = getApplicationContext().getPackageName();

currently it will not show any app but after publishing it automatically redirect in your app page.



来源:https://stackoverflow.com/questions/11862418/getting-link-to-my-app-on-play-google-before-posting-my-app

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