我可以添加标签来在谷歌播放控制台应用程序?控制台、应用程序、标签

2023-09-05 23:34:19 作者:忍住孤独

我写了一个名为个人经历观看应用程序的,如果我寻找我的申请谷歌播放,它并没有显示出来,而不是如果我搜索的 BlueSkyBio 的(在从清单中应用程序的名字变量的命名方式),我可以找到我的应用程序。

I wrote an application named "Bio View", if I search for my application in Google Play, it does not show up, instead if I search BlueSkyBio (the "appname" variable from the manifest is named that way), i can find my app.

  <application
    android:icon="@drawable/logo"
    android:label="@string/app_name"
    android:largeHeap="true"
    android:theme="@style/AppTheme" >

  <string name="app_name">BlueSkyBio</string>

我的问题是,我怎么能添加标签到我的应用程序,如:生物视图 bioview 等。所以,我一定会的人可以找到它?

My question is, how can i add tags to my application, like: bio, view, bioview, etc. So that I will be sure people can find it ?

推荐答案

FoamyGuy已经回答了我的问题评论:   你可以把它们放在你的描述。但没有真正的标签的概念在Android市场上。而另外的搜​​索算法是有点黑盒子,它采摘结果的顺序这就是为什么一个搜索您的具体应用程序名称并不总是导致您的应用程序是在顶部(甚至接近时发生很多事情考虑顶部结果列表的)。 - FoamyGuy 4月5日在14:34

FoamyGuy has answered on a comment for my question: you can put them in your description. But there is no real "tags" concept on the Android market. And furthermore the search algorithm is somewhat of a black box, it takes many things into consideration when picking the order of results which is why a search for your exact application name will not always result in your app being at the top (or even near the top) of the list of results. – FoamyGuy Apr 5 at 14:34

 
精彩推荐
图片推荐