我的Andr​​oid应用程序是Android电子市场中可见 [英] My android app is not visible in android market

查看:96
本文介绍了我的Andr​​oid应用程序是Android电子市场中可见的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

上周我出版了我的Andr​​oid应用程序。现在,应用程序的状态是活跃在控制台和细节显示有

I published my android app last week. Now The status of the app is active in the console and the details showing there is

API级:8-17 + 支持屏幕:小XLARGE OpenGL的纹理:所有

API level: 8-17+ Supported screens: small-xlarge OpenGL textures: all

不过,虽然搜索市场的应用程序,它是不可见的。

But while searching the app in the market it is not visible.

我的应用程序内容分级的每个人,并发表在所有的国家。

My app content rating is Everyone and published in all countries.

在支持的设备类别这表明1882年的设备,它definitly包括我的HTC的感觉了。

In the Supported devices category it shows 1882 devices and it definitly includes My htc sensation too.

我试图与链接 https://play.google.com/store/apps/details?id=MyPackage (GOT从堆栈)查找我的应用程序,但那个时候我收到我们很抱歉,请求的URL在此服务器上找到。

I tried with the link https://play.google.com/store/apps/details?id=MyPackage (Got from stack) for finding my application but that time i am getting We're sorry, the requested URL was not found on this server.

我没有收到所有的问题。请帮忙。会发生什么,如果我不发布,并再次上传应用程序??

I am not getting the problem at all. Please help. What will happen if i unpublish and upload the application again ??

请对清单文件看看。

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="MyPackage"
android:versionCode="1"
android:versionName="1.0.0" >

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

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.PROCESS_OUTGOING_CALLS" />
<uses-permission android:name="android.permission.CALL_PHONE" />
<uses-permission android:name="android.permission.WRITE_SMS" />
<uses-permission android:name="android.permission.READ_SMS" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.SEND_SMS" />
<uses-permission android:name="android.permission.RECEIVE_SMS" />
<uses-permission android:name="android.permission.BROADCAST_SMS" />

<application
    android:icon="@drawable/launcher_icon"
    android:label="@string/label"
    android:theme="@style/AppTheme" >
    <activity
        android:name=".Activity1"
        android:configChanges="orientation|keyboardHidden"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.NoTitleBar" >
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
    <activity
        android:name=".Activity2"
        android:configChanges="orientation|keyboardHidden"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.NoTitleBar" >
        <intent-filter>
            <action android:name="android.intent.action.SEARCH" />
            <action android:name="android.speech.extra.RESULTS" />
        </intent-filter>

        <meta-data
            android:name="android.app.searchable"
            android:resource="@xml/searchable" />
    </activity>
    <activity
        android:name=".Activity3"
        android:configChanges="orientation|keyboardHidden"
        android:theme="@android:style/Theme.NoTitleBar" >
    </activity>
    <activity
        android:name=".Activity4"
        android:configChanges="orientation|keyboardHidden"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.NoTitleBar" >
        <intent-filter>
            <action android:name="android.intent.action.SEARCH" />
        </intent-filter>

        <meta-data
            android:name="android.app.searchable"
            android:resource="@xml/searchable" />
    </activity>
    <activity
        android:name=".SettingsActivity"
        android:screenOrientation="portrait"
        android:theme="@android:style/Theme.NoTitleBar" />


    <receiver
        android:name=".Receiver1"
        android:exported="true" >
        <intent-filter android:priority="1000" >
            <action android:name="android.provider.Telephony.SMS_RECEIVED" />
            <action android:name="SMS" />
            <action android:name="REGISTERED" />
        </intent-filter>
    </receiver>
</application>

推荐答案

试试这个:

https://play.google.com/存储/搜索Q = com.yourapp.appname和放大器; C =应用

第一次上传应用程序可能需要1天左右之前是vissible Play商店,更新大约需要1-12个小时。但最近只需要大约2个小时!

The first time you upload your app it can take about 1 day before it is vissible in the Play Store, updates take about 1-12 hours. But lately it takes only about 2 hours!

这篇关于我的Andr​​oid应用程序是Android电子市场中可见的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆