我的应用从“平板电脑"和“平板电脑"中消失了.谷歌播放,但仍可用于电话 [英] My app disappeared from "tablet" google play but still available for phone

查看:58
本文介绍了我的应用从“平板电脑"和“平板电脑"中消失了.谷歌播放,但仍可用于电话的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的应用在Google Play上发布了几个月.拥有手机和平板电脑的人可以下载它.令人惊讶的是,有时在过去的2周中,Google Play发生了变化,并且我的应用仅适用于手机(使用平板电脑进行搜索时找不到).

I have my app published for couple of months on Google play. People with phones and tablets are able to download it. Surprisingly, sometimes in the last 2 weeks, something with google play changes and my app is only available for phone (I can't find it when I search using a tablet).

是否知道有任何更改或需要实施?我没有在清单文件中指定任何设备屏幕尺寸,所以应该没问题,对吧?

Any idea if there is something changed or I need to implement? I don't specify any device screen size in my manifist file so it should be fine ,right?

非常感谢

编辑.以下是清单文件.该应用程序支持平板电脑,但是突然间它停止了工作

EDIT. Below is the manifest file. The thing that this application was supporting tablet but all of the sudden it stopped

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.myApp"
    android:versionCode="5"
    android:versionName="3.0" >

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

    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.SEND_SMS" />
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="com.android.vending.CHECK_LICENSE" />
    <uses-permission android:name="android.permission.VIBRATE" />

    ........
   ////Activities are here
..

</manifest>

推荐答案

我找到了解决方案我使用了支持屏幕标签,并将xlarge屏幕显式设置为true.我联系了Google,他们说这是他们正在调查的问题.

I found the solution I used the support screen tag and I explicitly set the xlarge screen to true. I contacted Google and they said it is a issue they are investigating.

这篇关于我的应用从“平板电脑"和“平板电脑"中消失了.谷歌播放,但仍可用于电话的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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