为什么谷歌Play商店中没有显示的设备不可用的应用程序的原因是什么? [英] Why google play store is not showing the reason for device unavailability for app?

查看:2198
本文介绍了为什么谷歌Play商店中没有显示的设备不可用的应用程序的原因是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的移动应用程序开发人员的工作对本地以及电话峡也。

I am mobile application developer and working on native as well as Phone Gap also.

我已经构建PhoneGap的一个应用,在设备工作完美,但没有工作中的一些选项卡。

I have build one application in Phonegap that work perfectly in device but not working in some of the tabs.

,我发现这里的每谷歌Play商店的政策。但是,为什么他们没有表现出一个原因,由于一些类型的某些特定错误,谷歌不允许你一些特定的设备上运行的非法code或到期。

That i found here as per the Google Play Store policy. But why they are not showing a reason that due to some these kind of invalid code or due to some specific error which Google not allow you to run on some specific device.

查询1:我有三星Galaxy Tab 2和选项卡3.我的应用程序无法正常工作在两个平板电脑按不支持的设备可用性列表,当从平板电脑用户搜索后,他们无法找到应用程序也玩店。

Query 1 : I have Samsung Galaxy tab 2 and tab 3. My app is not working in both tablet as per the unsupported device availability list and when user search from tablets then they can't find app also in play store.

在我的应用程序我设置了所有要求对所有设备和平板电脑,如下,

In my app i have set all requirements for all devices and tablets as below ,

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

<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="my_pkg" android:hardwareAccelerated="true" android:versionCode="6" android:versionName="1.5" android:windowSoftInputMode="adjustPan">

    <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />

    <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="18" />

    <uses-permission android:name="android.permission.CAMERA" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
    <uses-permission android:name="android.permission.BROADCAST_STICKY" />
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
    <uses-permission android:name="android.permission.VIBRATE" />


    <application android:debuggable="false" android:hardwareAccelerated="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name">
        <receiver android:name="my_pkg.AlarmReceiver">
        </receiver>
        <receiver android:name="my_pkg.AlarmRestoreOnBoot">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED" />
            </intent-filter>
        </receiver>

        <activity android:name="my_pkg.MainActivity" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale" android:label="@string/app_name" android:theme="@android:style/Theme.Black.NoTitleBar" android:windowSoftInputMode="adjustPan">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
    </application>

</manifest>

所以,我在这里坚持什么问题,我的应用程序,为什么谷歌商店是不允许安装一些设备和平板电脑的我的应用程序。

So, I am stuck here what is the issue with my app and why Google store is not allow to install my app in some of the device and tablet.

一个星期前的不支持的设备及放大器的总数量;平板电脑是1550,现在是1153。

Before a week the total number of unsupported device & tablets are 1550 and now that are 1153.

查询2:我怎样才能找到这我不能够在平板电脑上运行我的应用程序,以及如何解决它由于错误

Query 2 : How can i found the mistakes due to which i am not able to run my app in tablets and how to resolve it?.

请帮我如何解决这个问题,因为不知道如何解决它的原因。

Please Help me how to resolve this issue because without knowing the reason how can i solve it.

推荐答案

在RND花费很长的时间后,终于被我找到了解决方案。其实我不是个创始人对这个答案。我真的很感谢所有谁曾经帮助我解决这个问题。

Finally after spending long time on RnD i have found solution. Actually i am not solo founder for this answer. I really thanks to all who had helped me to solve this issue.

Divesh Salian的答案是非常接近。我试图按照他的指示,并连同我改变我的的config.xml 文件,其中有一些不必要的&LT;功能&GT;&LT; /功能&GT; 标签。

Divesh Salian's answer is very near. I tried as per his instruction and along with that I have alter my config.xml file which have some unnecessary <features></features> tags.

我也问过我的问题在<一个href="http://developer.samsung.com/forum/board/thread/view.do?boardName=General&messageId=248303">Samsung开发形式并还试图测试我的RTL应用程序,但我没能在Web浏览器中登录,不知道为什么?

I have asked my question in Samsung Developer form and also tried test my app in RTL but i was not able to login in web browser, don't know why ?

最后我申请对于一些其他替代&LT;使用特征&GT;&LT; /使用特征&GT;

and finally I applied some other alternative regarding <uses-feature></uses-feature>

 <uses-feature
        android:name="android.hardware.telephony"
        android:required="false" />
    <uses-feature
        android:name="android.hardware.microphone"
        android:required="false" />
    <uses-feature
        android:name="android.hardware.camera"
        android:required="false" />
    <uses-feature
        android:name="android.hardware.camera.autofocus"
        android:required="false" />
    <uses-feature
        android:name="android.hardware.camera.front"
        android:required="false" />
    <uses-feature
        android:name="android.software.input_methods"
        android:required="false" />

我使用上述功能,但不会上,所以我已经设置 Android的应用程序过滤基地:要求=假对于一些特定的功能。

I have use above features but not going to filter app base on that so i have set android:required="false" for some specific features.

保养下面的事情,如果你发现此类问题

  • How Google play filter the apps ?
  • Is your Uses-Feature are required ?
  • is your version code valid ?
  • Is your app compatible with all screen?
  • Have you added permission which are not required for your apps ?

我希望这些链接会解决你的问题肯定。

I hope these links will solve your problem definitely.

感谢所有再次!!!

这篇关于为什么谷歌Play商店中没有显示的设备不可用的应用程序的原因是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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