简体   繁体   English

在 PlayStore 上按名称或包名搜索 Android 应用程序时不显示

[英]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. 10 天前,我已在 PlayStore 的 Production 中发布了我的应用程序。 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.当我尝试按名称搜索(全名/部分名称搜索)或包名称应用程序未显示时,但当我使用 URL https://play.google.com/store/apps/details?id=package_name打开时,它会显示. 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?在 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.我的应用程序在发布之日起 15 天以上被编入索引。

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.例如(完整的应用程序名称):ANDROID 示例名称。

Search Text: android_name搜索文字: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.如果您是开发人员并且刚刚发布了您的应用,则可能会发生这种情况,因为 Google Play 需要一些时间来将您的应用编入索引以将其添加到搜索结果中。 Try to search your app later (in 4-5 hours).稍后(4-5 小时后)尝试搜索您的应用。 Eg, for App Store it takes around 24 hours - 7days.例如,对于 App Store,大约需要 24 小时 - 7 天。

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 .为了提高您的索引排名,您可以阅读

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 按名称搜索时未列出Android应用,下载时未显示所需权限 - Android app is not listed when searched by name and the required permissions are not shown when downloading 使用不同的包名称将应用更新到Playstore - App update with different package name into playstore 在PlayStore中更改应用名称 - Changing name of app in PlayStore Android应用包名称 - Android app package name 重命名Android App,但允许用户在Playstore中使用旧的应用名称进行搜索 - Rename Android App but let users search with old app name in playstore 在Android Market(Google Play)上使用应用名称搜索时,应用不显示 - App does not display when searched with the app name on Android Market (Google Play) Facebook ShareDialog-从Android APP发布时未显示名称和描述 - Facebook ShareDialog - Name and Description not shown when posted from Android APP 已发布的Android应用程序,其唯一名称未显示在Playstore搜索中 - Published android App with unique name not showing in playstore search 发布后搜寻时,应用程式未显示在Google Play商店中 - App not showing on google playstore when you searched after published Google Playstore不能识别新的程序包名称吗? - Google playstore does not identify the new package name?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM