我的应用程序消失,从"片剂"谷歌游戏,但仍可用于手机 [英] My app disappeared from "tablet" google play but still available for phone

查看:92
本文介绍了我的应用程序消失,从"片剂"谷歌游戏,但仍可用于手机的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有我的应用程序发布了数个月对谷歌的发挥。人与手机和平板电脑都能够下载。出人意料的是,有时在过去2周,一些与谷歌打的变化和​​我的应用程序仅适用于手机(我无法找到它,当我搜索使用的是平板电脑)。

任何想法,如果有什么改变或者我需要实现?我没有指定我manifist文件中的任何设备的屏幕大小,这样应该没事吧?

多谢

编辑。下面是清单文件。事情,这个应用程序支持平板电脑,但它的所有停止突然

 <舱单的xmlns:机器人=htt​​p://schemas.android.com/apk/res/android
    包=com.myApp
    安卓版code =5
    机器人:VERSIONNAME =3.0>

    <用途-SDK
        安卓的minSdkVersion =8
        机器人:targetSdkVersion =15/>

    <使用-权限的Andr​​oid:名称=android.permission.WRITE_EXTERNAL_STORAG​​E/>
    <使用-权限的Andr​​oid:名称=android.permission.SEND_SMS/>
    <使用-权限的Andr​​oid:名称=android.permission.RECEIVE_BOOT_COMPLETED/>
    <使用-权限的Andr​​oid:名称=android.permission.INTERNET对/>
    <使用-权限的Andr​​oid:名称=com.android.vending.CHECK_LICENSE/>
    <使用-权限的Andr​​oid:名称=android.permission.VIBRATE/>

    ........
   ////活动在这里
..

< /舱单>
 

解决方案

我找到了解决办法 我用的是支持屏幕的标签,我明确地设置XLARGE屏幕为true。 我联系了谷歌,他们说这是他们正在调查一个问题。

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?

Thanks a lot

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>

解决方案

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.

这篇关于我的应用程序消失,从&QUOT;片剂&QUOT;谷歌游戏,但仍可用于手机的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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