Android app is published, but not visible anywhere in Google Play

混江龙づ霸主 提交于 2019-11-27 19:39:09

Just try it on your browser setting the link:

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

even if it's not indexed in the search, if it's published you will find it, if not, somethings wrong then

I ran into this problem (or a similar one). I submitted my app on the internal test track and soon after, in the Google play console, it said my app is Published and provided a link to go to Google play to download the app. However, when I clicked the link, it would tell me the requested URL could not be found. I also could not find the app in the app store.

The solution:

Apparently, I had to add myself to the testers group and more importantly opt in. I found the opt-in link in Google play console:

  1. On the right, click Release Management
  2. App releases
  3. Go to the version you have uploaded and click manage.
  4. Click on manage testes. There, you see an opt-in URL.

it might take some time to index it. Until that you might not find it in the search. It is also posible that you don't see it because it doesn't match the device you use to search for it. Or the country you're in.

I had been waiting ~11 hours and still it wasn't online... until I realised I'd published it but it was still in Beta. I never used the Google Play Alpha/Beta testing features but I still had to click on the button under the Beta tab to "Move to Production".

Since you've waited a sufficient amount of time and it should appear, you can try checking your APK to see what default permissions and features your app requires using aapt:

$ aapt d badging your.apk

Make sure that what is listed for features is not filtering your device. You can mostly do this on Google Play too, but I have seen a few differences where Google Play will show that it is available for older devices, but it actually will not install.

Also, as suggested by @ricvieira, you should do a query in a web browser to see if your app shows up at all.

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