最近,我上传了一个应用程序in play strore,当从客户设备三星Galaxy Note SGH I717(位于美国)上搜索时,它是不可见的。当使用浏览器从系统中试用时,它说它不兼容,因为它没有“运营商”,因为设备中没有插入sim卡。
但是当我们在印度测试时,在一个没有sim卡的不同设备上,它出现了。甚至客户端的设备型号也在谷歌提供的“支持设备列表”之列。
这是我的舱单,请检查是否有舱单声明导致了它。
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="abc.abc.abc"
android:installLocation="preferExternal"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="13"
android:targetSdkVersion="19" />
<compatible-screens>
<screen
android:screenDensity="hdpi"
android:screenSize="normal" />
<screen
android:screenDensity="xhdpi"
android:screenSize="normal" />
<screen
android:screenDensity="xhdpi"
android:screenSize="large" />
<screen
android:screenDensity="480"
android:screenSize="large" />
<screen
android:screenDensity="213"
android:screenSize="large" />
</compatible-screens>
<supports-screens
android:largeScreens="true"
android:largestWidthLimitDp="600"
android:normalScreens="true"
android:requiresSmallestWidthDp="360" />
<uses-feature
android:name="android.hardware.camera"
android:required="false" />
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.GET_TASKS" />
<uses-permission android:name="android.permission.CALL_PHONE" />
<!-- GCM requires a Google account. -->
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<!-- Keeps the processor from sleeping when a message is received. -->
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.DISABLE_KEYGUARD" />
<!-- Creates a custom permission so only this app can receive its messages. -->
<permission
android:name="abc.abc.abc.permission.C2D_MESSAGE"
android:protectionLevel="signature" />
<uses-permission android:name="abc.abc.abc.permission.C2D_MESSAGE" />
<!-- This app has permission to register and receive data message. -->
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
<!-- Permission to vibrate -->
<uses-permission android:name="android.permission.VIBRATE" />
<!-- This is required for google maps -->
<uses-feature
android:glEsVersion="0x00020000"
android:required="true" />
<uses-feature
android:name="android.hardware.telephony"
android:required="false" />
<application
android:allowBackup="true"
android:hardwareAccelerated="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name="abc.abc.abc.Activity1"
android:configChanges="orientation|keyboardHidden|screenSize"
android:excludeFromRecents="true"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.Light.NoTitleBar" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name="abc.abc.abc.Activity2"
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="@string/app_name"
android:launchMode="singleTask"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.Light.NoTitleBar" >
</activity>
</application>
</manifest>
嘿,我终于找到了解决办法。从清单中取出支持屏幕标签,现在可以从play store下载到三星galaxy sgh I717设备中。
我在谷歌应用商店发布了一个应用。该应用程序可在所有Android设备。最近,我发现该应用程序在三星银河相机(JellyBean 4.1.1)的谷歌游戏商店中不可见。 我需要设置应用程序在三星Galaxy Camera中显示的特殊权限吗? 谢谢!
每当我打开我的android应用程序,它就会触发三星galaxy S8上的游戏模式/游戏启动器。但这个应用程序不是一个游戏。在以前的版本中,该应用程序使用opengl,如果使用opengl,三星似乎将应用程序视为游戏。我已经删除了opengl代码,但三星仍然将该应用程序视为游戏。奇怪的是,当我更改应用程序ID时,应用程序会正常启动。所以,我认为三星将application-id作为游戏存储在某个地
我目前正在应用中实现费率功能。 因此,我将有一个带有2个按钮的简单对话框,和,如果用户单击,他们将显示另一个带有Rating Bar和编辑文本的对话框以留下评论。单击确定后,它们将通过 然而,我不知道如何捆绑他们的评级和评论,并适用于我的应用程序在google play商店的评级领域。这在Android上可能吗? 谢啦
我在google play store上发布了一个应用程序。这个程序是为手机设计的,我已经通过编辑清单文件中的兼容屏幕元素,使平板电脑不可见。 问题是,一些大屏幕(超过5英寸)的手机也无法在谷歌play store上“看到”我的应用程序。例如,我在play store中找不到三星galaxy note 4(5.7英寸,1440 x 2560像素,~515 ppi)的应用程序。 我应该如何设置兼容屏
我开发并发布了一些应用程序到谷歌播放使用"旧"界面。现在我发布了一个使用新界面的应用程序,似乎所有都成功了,因为我的应用程序显示为“已发布”。然而,以前的应用程序在1小时内是活跃的,但是现在,2天后,我无法在谷歌游戏中找到它,也无法在开发者控制台内的任何选项中找到任何链接。我的应用发布了吗?我怎么会知道谷歌播放链接?
我有一个Android应用程序,它与手机运行良好。我最近也发布了平板电脑的应用程序,但似乎从三星银河标签S3看不到该应用程序。下面是我的清单。 三星Galaxy Tab S3具有Sim卡、SD卡、摄像头和应用程序正在使用的所有其他功能。因此,它应该在play store中可见。 我登记了Nexus 7和Nexus 9。上面写着“你的设备与这个版本不兼容。”