简体   繁体   English

Android电子市场-应用程序不可见

[英]Android Market - Application not visible

Hello everybody 大家好

I am here to ask your kind support on this matter since it is ruining about 1 year of development for just an application visibility problem. 在这里,我想请您提供支持,因为仅仅一个应用程序可见性问题就已经拖延了大约1年的开发时间。

We have developed a game called Fantasy Racing which has been published few days ago on the Android Market under the racing category but the game is not visible at all. 我们已经开发了一款名为Fantasy Racing的游戏,该游戏已于几天前在赛车类的Android Market上发布,但该游戏完全不可见。

This problem already occurred on another simple game we have developed in the past but we didn't focus much on it since the efforts were minimal, now, this application is our biggest effort so far hence, I need to resolve this issue. 这个问题已经在我们过去开发的另一个简单游戏中出现过,但是由于付出了最小的努力,所以我们对此并没有特别关注,现在,此应用程序是迄今为止我们最大的努力,因此,我需要解决此问题。

The application is: 该应用程序是:

  • Visible in the list of the applications of the publisher profile 在发布者资料的应用列表中可见
  • Found if you search by name 如果按名称搜索,则找到

The application is not visibile in: 该应用程序在以下位置不可见:

  • Category Games in general 一般类别游戏

  • Category Games/Racing, there are about 20 pages of racing game and I can find games such as "happy s. valentine" and "Angry birds" but not my game, even at the last position 类别游戏/竞速,大约有20页的赛车游戏,即使在最后一个位置,我也可以找到诸如“快乐的情人”和“愤怒的小鸟”之类的游戏,但找不到我的游戏

  • We checked almost all the sections and the game is not listed anywhere. 我们检查了几乎所有部分,但游戏没有在任何地方列出。

The android market support responds with an automatic bot. android市场支持会以自动bot响应。

We are desperate. 我们很拼命。

I think it could be depending on the android manifest file configuration. 我认为这可能取决于android清单文件的配置。

I would really thank you if you could help me to identify any problem on it: 如果您能帮助我确定任何问题,我将非常感谢:

<?xml version="1.0" encoding="utf-8"?>

<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />

<uses-sdk android:minSdkVersion="8" />

<uses-feature android:glEsVersion="0x00020000" />

<supports-screens
    android:anyDensity="true"
    android:largeScreens="true"
    android:normalScreens="true"
    android:resizeable="true"
    android:smallScreens="false" >
</supports-screens>

<application
    android:icon="@drawable/icon"
    android:label="@string/app_name" >
    <meta-data
        android:name="ADWHIRL_KEY"
        android:value="adda8faafddd4e08be96b61a98ad0e3b" />

    <activity
        android:name="org.teamnovasoft.racegame.gameactivity.IntroSplashScreen"
        android:configChanges="orientation|keyboardHidden"
        android:screenOrientation="landscape"
        android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
    <activity
        android:name="org.teamnovasoft.racegame.gameactivity.MainActivity"
        android:configChanges="orientation|keyboardHidden"
        android:screenOrientation="landscape"
        android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />

            <category android:name="android.intent.category.DEFAULT" />
        </intent-filter>
    </activity>
    <activity
        android:name="com.google.ads.AdActivity"
        android:configChanges="keyboard|keyboardHidden|orientation" >
    </activity>
    <activity
        android:name="com.millennialmedia.android.MMAdViewOverlayActivity"
        android:theme="@android:style/Theme.Translucent.NoTitleBar" >
    </activity>
    <activity
        android:name="com.millennialmedia.android.VideoPlayer"
        android:configChanges="keyboardHidden|orientation|keyboard"
        android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
    </activity>
</application>

EDIT: The game uses 2 native libraries using Android NDK. 编辑:游戏使用2个使用Android NDK的本机库。 I don't know if it is relevant or not :( 我不知道它是否相关:(

You should decrease API level in application manifest file. 您应该降低应用清单文件中的API级别。

My situation was: 我的情况是:

1. I compiled my apk with API level 10
2. I browsed Google Play from Google Account that have only device that supports API level 6 applications.

So I had situation when my application wasn't visible from my account, because it was filtered. 因此,我的情况是我的应用程序从我的帐户中不可见,因为它已被过滤。

There might be 2 possibilities: 可能有2种可能性:

  • take a couple of days, for my app, around 1week. 对于我的应用,大约需要1天的时间。
  • Google Play just do not show all the apps in the market. Google Play只是不显示市场上的所有应用。 You may need promote it by increasing downloads to get is shown in the list. 您可能需要通过增加下载量来进行推广,以使其显示在列表中。

Sorry for the late reply. 这么晚才回复很抱歉。

The reason was only a matter of time before the indexing system of Google has published the application. 原因只是Google的索引系统发布该应用程序的时间问题。

I was habit to a faster response from the market in the old days when the number of daily application releases was much lower. 在过去,当每天发布的应用程序的数量要少得多时,我习惯了市场做出更快的响应。 Now, the market is overwhelmed by applications and this require a longer time to process newcomers. 现在,应用程序使市场不堪重负,这需要更长的时间来处理新来者。

If it does happen to you, it depends on time. 如果确实发生在您身上,则取决于时间。

Another possible explanation would be the manifest configuration which could filter your device from displaying the product but this was not my case. 另一个可能的解释是清单配置,该配置可能使您的设备无法显示产品,但这不是我的情况。

It is definitively non related to the promoting of the app. 它绝对与应用程序的推广无关。

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

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