android - Can i add tags to an application in google play console? -
i wrote application named "bio view", if search application in google play
, not show up, instead if search blueskybio (the "appname" variable manifest named way), can find app.
<application android:icon="@drawable/logo" android:label="@string/app_name" android:largeheap="true" android:theme="@style/apptheme" > <string name="app_name">blueskybio</string>
my question is, how can add tags application, like: bio
, view
, bioview
, etc. sure people can find ?
foamyguy has answered on comment question: can put them in description. there no real "tags" concept on android market. , furthermore search algorithm of black box, takes many things consideration when picking order of results why search exact application name not result in app being @ top (or near top) of list of results. – foamyguy apr 5 @ 14:34
Comments
Post a Comment