android app published, but not found in google play

android, google-play

Solution

You may have incorrect package name as your application is already published.

The package name is defined in your android manifest file as -

package="yourpackagename"

Make sure that for your application, it is defined as--

 package="vn.pp.block.minion"

Then you can use ---

https://play.google.com/store/apps/details?id=vn.pp.block.minion

UPDATE:

If after confirmation you still believe that your application package name is correct when you use it to find at google play store then just use the following --

Google Play Android Developer TroubleShooter.

UPDATE:

If the troubleshooter can't help either then you can directly take help by letting them know about your issue. Just go to the below link to register the issue --

Application Missing.

As mentioned,

Support Team will reply by email within 2 business days.

Good Luck!

Problem

I published my app at 14-04-2014 on playstore. But I didn't find it on playstore. And when I tried following solution to find that. https://play.google.com/store/apps/details?id=yourpackagename and status of app is "published" and "in Prod"

Original source