该应用程序与所有你的设备不兼容 [英] The app is incompatible with all your devices

查看:115
本文介绍了该应用程序与所有你的设备不兼容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经发布这个之前已经阅读所有相关问题。

I've already read all the related questions before posting this one.

我已经开发了一个游戏,Unity3D,并上传到谷歌播放。 昨天这是适用于所有的设备,有评论由其他用户。关于应用程序对谷歌不可用的今天我有几个报告播放。它可以在GP的网页版,但不兼容的任何设备,而不是用在所有的移动版本的GP。 在开发者控制台中的所有设备都兼容:

I've developed a game with Unity3D and uploaded to Google Play. Yesterday it was available for all devices, there were reviews from other users. Today I've got couple reports about unavailability of the app on Google Play. It's available on Web version of GP, but is incompatible for any device, and not available at all in mobile version on GP. In developer console all the devices are compatible:

而在网页版他们没有(所有previous版本从设备中删除):

And on the web version they are not (All previous versions were deleted from devices):

我的清单文件:

<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="pro.labster.xyz" android:versionName="1.0" android:versionCode="1" android:installLocation="preferExternal">
  <supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" android:anyDensity="true" />
  <application android:icon="@drawable/app_icon" android:label="@string/app_name" android:debuggable="false">
<!-- ... -->

<uses-permission android:name="android.permission.INTERNET" />
  <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
  <uses-sdk android:minSdkVersion="10" android:targetSdkVersion="19" />
  <uses-feature android:glEsVersion="0x00020000" />
  <uses-feature android:name="android.hardware.touchscreen" />
  <uses-feature android:name="android.hardware.touchscreen.multitouch" android:required="false" />
  <uses-feature android:name="android.hardware.touchscreen.multitouch.distinct" android:required="false" />

所以,问题是,为什么它的可用昨天不可用今天?我没有上传新版本,没有任何改变。 该应用程序是完全免费的,它的大小约为8.5 MB。

So, the question is why it was available yesterday and is not available today? I have not uploaded new version, didn't change anything. The app is completely free, its size is about 8.5 mb.

推荐答案

我的应用程序现已问世。我已经写信给谷歌播放的支持,并没有从他们的任何答案,但应用程序变得可用。

My app became available now. I've wrote to Google Play support, didn't have any answer from them, but the app became available.

此外,另一个开发商的类似的应用程序联系我同样的问题。 GP支持他说,这是对GP方的错误。他的应用程序也可以了。

Also, another developer with the similar app contacted me with the same problem. GP support said him, that it was a bug on the GP side. His app is also available now.

这篇关于该应用程序与所有你的设备不兼容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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