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/detai
I had the same problem and nothing of the above or from the trouble shooter fixed it.
The problem seemed to be because of the chrome history, since i clicked the link before 24H passed and after it the link still didn't work.
Login in incognito window or clean your history and try again.
Follow these steps -
Replace 'packagename' with your package's name in the URL https://play.google.com/store/apps/details?id=packagename
Now download from this link and install it
Then comment your app on the Play Store, then search again, and you will find it this time.
Good Luck!
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!
Another possibility is that the device you are trying to download the app to doesn't meet that apps hardware requirements.
http://developer.android.com/distribute/essentials/quality/tablets.html#hardware-requirements
After submitting an app to the Play store, an app isn’t shown instantly in play store. It will take around max 24 hours to update in the play store, sometimes it will update soon like within an hour. So we have to check after some time like 2 or 3 hours it will update.
A reason for the delay: After submitting our apps, google play store authority verifies our app. So, this can take time for that. Google Play Store authority verify our app file for malware or adware file. So, for the sake of users, they take time for that.
Solution:
1) In addition to the time it takes for app updates to fully process, the Google Play app itself also caches app information, so maybe we seeing a cached version of your Google Play store.
Here's a trick to force Google Play to fetch the latest version of your app. Go to phone's settings and cleared the play stores cache. The Google Play app's cache should now be reset. Try finding your app again and see if it shows the latest version.
We can also take help from Google team: here is link for that
https://support.google.com/googleplay/android-developer/troubleshooter/3055329?hl=en
2) A final solution, Publishing the App with new version code and name.
Without good number of downloads, the app won't be visible for its search terms or even its full name. However you can directly access the app by its unique URL at any time. Unique URL will be
"https://play.google.com/store/apps/details?id="+packageName