Skip to content Skip to sidebar Skip to footer

Android App Is Published, But Not Visible Anywhere In Google Play

I have tested this app on the Android emulators, phones, tablets, and Google TV. Its works. When I published it Google Play, the app is not visible. Below is the manifest. I sin

Solution 1:

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

Solution 2:

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 Store 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 Google Play Store by searching for it.

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 left, click "Release Management"
  2. "App releases"
  3. Go to the version you have uploaded and click "MANAGE".
  4. Click on "Manage testers". There, you will find an opt-in URL.

Solution 3:

Solution 4:

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.

Solution 5:

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".

Post a Comment for "Android App Is Published, But Not Visible Anywhere In Google Play"