我已经向Android市场发布了一款名为Charlotte Scooter Shop的新应用程序。它已经快48个小时了,我可以访问应用程序的唯一方法是直接链接:
https://market.android.com/details?id=com.v1_4.B2EE5EC846A7AFF58EDFC1F0.com
或通过在appBrain上搜索。
我不能在常规的Android市场上搜索应用程序,但是直接链接可以工作???
我已检查过我的清单文件,但无法找到任何问题。发布时我没有检查复制保护。
如果应用程序发布到Android市场并可在appBrain上搜索,那么这意味着我正确签名了,对吧?
只是想知道我应该如何关注。我搜索了很多论坛,似乎大多数人不必等待一个多小时才能搜索他们的应用程序。我附上了我的清单代码
机器人:的versionCode = “4”
机器人:=的versionName “1.4”
>
<!-- permissions -->
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<application android:name="AppDelegate"
android:icon="@drawable/icon"
android:label="@string/app_name"
android:debuggable="false"
android:theme="@android:style/Theme.NoTitleBar">
<!-- starting activity -->
<activity android:name=".Act_Home" android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<!-- screen activities -->
<activity android:name=".Screen_About" android:label="@string/app_name" android:screenOrientation="sensor" android:configChanges="orientation"></activity>
<activity android:name=".Screen_CustomHTML" android:label="@string/app_name" android:screenOrientation="sensor" android:configChanges="orientation"></activity>
<activity android:name=".Screen_CustomText" android:label="@string/app_name" android:screenOrientation="sensor" android:configChanges="orientation"></activity>
<activity android:name=".Screen_CustomURL" android:label="@string/app_name" android:screenOrientation="sensor" android:configChanges="orientation"></activity>
<activity android:name=".Screen_QuizMultipleChoice" android:label="@string/app_name" android:screenOrientation="portrait"></activity>
<activity android:name=".Screen_QuizScores" android:label="@string/app_name" android:screenOrientation="portrait"></activity>
<activity android:name=".Screen_RSSReader" android:label="@string/app_name" android:screenOrientation="portrait"></activity>
<activity android:name=".Screen_ShareFacebook" android:label="@string/app_name" android:screenOrientation="portrait"></activity>
<activity android:name=".Screen_ShareTwitter" android:label="@string/app_name" android:screenOrientation="portrait"></activity>
<activity android:name=".Screen_SubMenu" android:label="@string/app_name" android:screenOrientation="portrait"></activity>
<activity android:name=".Screen_Video" android:label="@string/app_name" android:screenOrientation="sensor"></activity>
<activity android:name=".Screen_SingleImage" android:label="@string/app_name" android:screenOrientation="sensor"></activity>
<uses-library android:name="com.google.android.maps" />
<activity android:name=".Screen_LocationMap" android:label="@string/app_name" android:screenOrientation="sensor">
</activity>
</application>
答案 0 :(得分:3)
Android市场总是需要一段时间来更新它的搜索排名(和AppBrain一样)。 我也相信两者都会在搜索排名中使用应用程序的受欢迎程度。因此,您应首先使用一些外部方法为您的应用提供一些受欢迎程度,然后才能将其视为在搜索结果列表中占据重要位置的优秀应用。
答案 1 :(得分:2)
我们的某个应用https://play.google.com/store/apps/details?id=org.chronicle.promo&hl=en遇到了同样的问题,并向Google支持人员询问了排名情况,这就是我们的回应。
感谢您的留言。在Google Play中搜索时,应用搜索可在标题,发布商和应用说明中使用。当谈到像“日记”这样的通用词时,要恰当地改进搜索结果并不容易,这些词也可能恰好是品牌名称或标题。
由于您的应用程序标题由常用字词组成,因此您的应用程序的排名不会高于搜索字词“Diary”,以便在我们当前算法的搜索结果中显示。对于由此造成的任何不便,我们深表歉意。
然而,当您按照确切的标题搜索时,您可以将您的应用视为第12个结果。同样,搜索“Diary MobileAppMart”会将您的日记应用作为唯一结果返回。
请注意,根据用户行为和反馈,Google Play搜索因素会影响您应用的整体体验。虽然这些权重和值的详细信息是Google搜索算法的专有部分,但您可以通过以下方式提高应用的可见性:
答案 2 :(得分:1)
我面临同样的问题。我刚刚上传了我的新游戏。在市场上找到它的唯一方法是使用引号搜索应用的确切名称,并使用应用详细信息页面的网址https://market.android.com/details?id=com.shuningzhou.collectthestars 该应用程序是在Android市场,但它很难在列表中找到它。