Note that there are some explanatory texts on larger screens.

plurals
  1. POAndroid Market - Application not visible
    primarykey
    data
    text
    <p><strong>Hello everybody</strong></p> <p>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.</p> <p>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.</p> <p>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.</p> <p>The application is:</p> <ul> <li>Visible in the list of the applications of the publisher profile</li> <li>Found if you search by name</li> </ul> <p>The application is not visibile in:</p> <ul> <li><p>Category Games in general</p></li> <li><p>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</p></li> <li><p>We checked almost all the sections and the game is not listed anywhere.</p></li> </ul> <p>The android market support responds with an automatic bot.</p> <p>We are desperate.</p> <p>I think it could be depending on the android manifest file configuration. </p> <p>I would really thank you if you could help me to identify any problem on it:</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; </code></pre> <p></p> <pre><code>&lt;uses-permission android:name="android.permission.WAKE_LOCK" /&gt; &lt;uses-permission android:name="android.permission.VIBRATE" /&gt; &lt;uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /&gt; &lt;uses-permission android:name="android.permission.INTERNET" /&gt; &lt;uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /&gt; &lt;uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /&gt; &lt;uses-permission android:name="android.permission.READ_PHONE_STATE" /&gt; &lt;uses-sdk android:minSdkVersion="8" /&gt; &lt;uses-feature android:glEsVersion="0x00020000" /&gt; &lt;supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="false" &gt; &lt;/supports-screens&gt; &lt;application android:icon="@drawable/icon" android:label="@string/app_name" &gt; &lt;meta-data android:name="ADWHIRL_KEY" android:value="adda8faafddd4e08be96b61a98ad0e3b" /&gt; &lt;activity android:name="org.teamnovasoft.racegame.gameactivity.IntroSplashScreen" android:configChanges="orientation|keyboardHidden" android:screenOrientation="landscape" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" &gt; &lt;intent-filter&gt; &lt;action android:name="android.intent.action.MAIN" /&gt; &lt;category android:name="android.intent.category.LAUNCHER" /&gt; &lt;/intent-filter&gt; &lt;/activity&gt; &lt;activity android:name="org.teamnovasoft.racegame.gameactivity.MainActivity" android:configChanges="orientation|keyboardHidden" android:screenOrientation="landscape" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" &gt; &lt;intent-filter&gt; &lt;action android:name="android.intent.action.MAIN" /&gt; &lt;category android:name="android.intent.category.DEFAULT" /&gt; &lt;/intent-filter&gt; &lt;/activity&gt; &lt;activity android:name="com.google.ads.AdActivity" android:configChanges="keyboard|keyboardHidden|orientation" &gt; &lt;/activity&gt; &lt;activity android:name="com.millennialmedia.android.MMAdViewOverlayActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar" &gt; &lt;/activity&gt; &lt;activity android:name="com.millennialmedia.android.VideoPlayer" android:configChanges="keyboardHidden|orientation|keyboard" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" &gt; &lt;/activity&gt; &lt;/application&gt; </code></pre> <p></p> <p>EDIT: The game uses 2 native libraries using Android NDK. I don't know if it is relevant or not :(</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload