管理用户在 Google Play 上搜索应用的方式

Manage how user searches for app on Google Play

我在 Google Play 上发布了一个名为: 前任。 '应用程序全名'缩写为'TFAN'

搜索'tfan'时显示应用,搜索'the full app name'时无结果

这是来自 AndroidManifest.xml

的片段
<application
    android:icon="@mipmap/ic_launcher"
    android:label="@string/app_short_name" // TFAN
    android:supportsRtl="true"
    android:theme="@style/AppTheme">

为什么会这样?

如果可能的话,你能告诉我一个解决方法吗?

谢谢。

这取决于您的应用的总体评分。评分越高,即使输入几个字,应用也会显示在列表中。

希望对您有所帮助。