简体   繁体   English

如何在Android电子市场中提高我的应用的搜索显示率?

[英]How can i increase the search display rate of my app in Android Market?

I published my first app to the Android Market an have the weird problem, that it cannot be found, except I search for its name. 我向Android Market发布了我的第一个应用程序有一个奇怪的问题,除了我搜索它的名字之外无法找到它。 It does not appear in the published category list, it does not show up, if I search for the words included in its description. 如果我搜索其描述中包含的单词,它不会出现在已发布的类别列表中,也不会显示。 I tested it with my phone, which has Android 2.3.5 installed. 我用安装了Android 2.3.5的手机测试了它。 My definitions in the manifest file: 我在清单文件中的定义:

package="info.appcube.tatra"
android:versionCode="2"
android:versionName="1.1">
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="10"/>
<uses-permission android:name="android.permission.READ_CONTACTS"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

In the Android Developer Console I see, that it will be available for 1103 devices. 在Android Developer Console中,我看到它将适用于1103设备。 In the Developer Console I added two languages (english and german). 在Developer Console中我添加了两种语言(英语和德语)。 This is my english description: 这是我的英文描述:

"Get your world organized with Tatra! “用塔特拉让你的世界井井有条!

Create tasks or to-do lists, add pictures, contacts, categories and notes to them. 创建任务或待办事项列表,向其添加图片,联系人,类别和注释。 Let Tatra remind you, based on time and location." 让塔特拉根据时间和地点提醒你。“

Is this a configuration issue? 这是配置问题吗? How long does it take normally, until the app is searchable by its description? 在应用程序可通过其描述进行搜索之前,它需要多长时间才能正常运行?

That depends on your application's download statistics and ratings etc.If your application gets a good trend and a good download/rating ratio it'll be soon listed in related category view. 这取决于您的应用程序的下载统计和评级等。如果您的应用程序获得良好的趋势和良好的下载/评级比率,它将很快列在相关的类别视图中。

Also the same for search results if the app gets a good trend it'll be showed on the top of the search query and will not need exact name.You need some time for that. 对于搜索结果也是如此,如果应用获得了良好的趋势,它将显示在搜索查询的顶部,并且不需要确切的名称。您需要一些时间。

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

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