简体   繁体   中英

Android App is not shown when searched by name or package name on PlayStore

I have published my application in Production on PlayStore 10 days ago. When I try to search by name (full/partial name search) or package name app isn't showing, but when I open with URL https://play.google.com/store/apps/details?id=package_name it's shown. I have all required release notes filled out (tags, description etc.) but still nothing.

What could be the reason for not showing in search results on PlayStore? Are someone has the same problem or any idea how I can fix this?

It seems that it was bug with the Google search algorithm. My application was indexed after 15+ days from the date of release.

Full-text search working fine now, but if you want to do partial text search it seems that there is still a problem.

For everyone who has spaces in the application name adding "_" instead of " " will give you application first in search results.

For example (full application name): ANDROID EXAMPLE NAME.

Search Text: android_name

If you are a developer and have just released your app, it can happen because Google Play needs some time to index your app to add it to search results. Try to search your app later (in 4-5 hours). Eg, for App Store it takes around 24 hours - 7days.

Eventhough your app got indexed, it must have a higher rank, so that when you serach partially, you can get the result. In order to increase your indexing ranking, you can give a read to this .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM