我的应用程序在18小时后未在Google Play商店中展示

时间:2015-11-16 17:26:57

标签: android android-studio google-play

晚上好。我有一个很大的问题。我上传了我的应用程序,名为" Christmas 15 HD"十八小时前到了游戏商店。到现在我写这个我的应用程序没有在游戏商店市场上展示。我不知道为什么但是我能够通过开发人员给出的链接在网上查看它控制台https://play.google.com/store/apps/details?id=com.fcs.momohozaveshe.christmas16

我的应用程序显示已发布,状态为"在Prod" ..请问我做错了什么。欢迎任何提示或解决方案。我很担心,因为我的应用程序是一个季节性的应用程序,我的所有营销工作都落后于计划。热烈帮助谢谢

这是我的清单

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

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>


<application
    android:allowBackup="true"
    android:icon="@drawable/icon"
    android:label="@string/app_name"
    android:theme="@style/AppTheme" >
    <meta-data
        android:name="com.facebook.sdk.ApplicationId"
        android:value="@string/facebook_app_id" />

    <meta-data android:name="com.google.android.gms.version"
        android:value="@integer/google_play_services_version" />
    <activity
        android:name="com.facebook.FacebookActivity"
        android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
        android:label="@string/app_name"
        android:theme="@android:style/Theme.Translucent.NoTitleBar" >
    </activity>

    <provider
        android:name="com.facebook.FacebookContentProvider"
        android:authorities="com.facebook.app.FacebookContentProvider937706349616127"
        android:exported="true" />

    <activity
        android:name="com.fcs.momohozaveshe.christmas16.MainActivity"
        android:label="@string/app_name"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" >
    </activity>
    <activity
        android:name="com.fcs.momohozaveshe.christmas16.ChristmasGroundhog"
        android:label="@string/title_activity_christmas_groundhog"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" >
    </activity>
    <activity
        android:name="com.fcs.momohozaveshe.christmas16.Arrowman"
        android:label="@string/title_activity_arrowman"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" >
    </activity>
    <activity
        android:name="com.fcs.momohozaveshe.christmas16.SplashScreen"
        android:label="@string/app_name"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" >
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
    <activity
        android:name="com.fcs.momohozaveshe.christmas16.GenerationofSantas"
        android:label="@string/title_activity_generationof_santas" >
    </activity>
    <activity
        android:name="com.fcs.momohozaveshe.christmas16.Stories"
        android:label="@string/title_activity_stories"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" >
    </activity>
    <activity
        android:name="com.fcs.momohozaveshe.christmas16.iloveyoumore"
        android:label="@string/title_activity_iloveyoumore"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" >
    </activity>
    <activity
        android:name="com.fcs.momohozaveshe.christmas16.theredmermaid"
        android:label="@string/title_activity_theredmermaid"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" >
    </activity>
    <activity
        android:name="com.fcs.momohozaveshe.christmas16.theFlare"
        android:label="@string/title_activity_the_flare"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" >
    </activity>
    <activity
        android:name="com.fcs.momohozaveshe.christmas16.thedarkMagissa"
        android:label="@string/title_activity_thedark_magissa"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" >
    </activity>
    <activity
        android:name="com.fcs.momohozaveshe.christmas16.theSpectre"
        android:label="@string/title_activity_the_spectre"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" >
    </activity>
    <activity
        android:name="com.fcs.momohozaveshe.christmas16.theFllyingSanta"
        android:label="@string/title_activity_the_fllying_santa"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" >
    </activity>
    <activity
        android:name="com.fcs.momohozaveshe.christmas16.thedwarfSanta"
        android:label="@string/title_activity_thedwarf_santa"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" >
    </activity>
    <activity
        android:name="com.fcs.momohozaveshe.christmas16.theoldmanwhofinallysmiled"
        android:label="@string/title_activity_theoldmanwhofinallysmiled"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" >
    </activity>
    <activity
        android:name="com.fcs.momohozaveshe.christmas16.stonesoup"
        android:label="@string/title_activity_stonesoup"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" >
    </activity>
    <activity
        android:name="com.fcs.momohozaveshe.christmas16.thereluctantsanta"
        android:label="@string/title_activity_thereluctantsanta"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" >
    </activity>
    <activity
        android:name="com.fcs.momohozaveshe.christmas16.afathersgiftoftime"
        android:label="@string/title_activity_afathersgiftoftime"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" >
    </activity>
    <activity
        android:name="com.fcs.momohozaveshe.christmas16.adonkeystale"
        android:label="@string/title_activity_adonkeystale"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" >
    </activity>
    <activity
        android:name="com.fcs.momohozaveshe.christmas16.theSantaFlashMob"
        android:label="@string/title_activity_the_santa_flash_mob"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" >
    </activity>
    <activity
        android:name="com.fcs.momohozaveshe.christmas16.perfectday"
        android:label="@string/title_activity_perfectday"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" >
    </activity>
    <activity
        android:name="com.fcs.momohozaveshe.christmas16.thesantaclaus"
        android:label="@string/title_activity_thesantaclaus"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" >
    </activity>

    <activity android:name ="com.google.android.gms.ads.AdActivity"
        android:configChanges ="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize" />

</application>

1 个答案:

答案 0 :(得分:4)

最有可能的是,您的应用程序进行了错误的过滤。 Google Play使用过滤器限制来确定是否向正在浏览或从Google Play应用中搜索应用程序的用户显示您的应用程序。 例如,如果您设置了android:normalScreens =&#34; false&#34;,只有使用平板电脑的用户才能在Google Play中看到您的应用。您还需要考虑应用在不同地区的可见性。 有关更多信息,请参阅此链接 http://developer.android.com/google/play/filters.html