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

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

问题描述

在发布这个问题之前,我已经阅读了所有相关问题.

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

我使用 Unity3D 开发了一款游戏并上传到 Google Play.昨天它适用于所有设备,有其他用户的评论.今天我收到了一些关于该应用在 Google Play 上不可用的报告.它在 GP 的 Web 版本上可用,但不兼容任何设备,并且在 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:

在网络版本上它们不是(所有以前的版本都从设备中删除):

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.

推荐答案

我的应用现已推出.我已经写信给 Google Play 支持,但他们没有得到任何答复,但该应用已可用.

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天全站免登陆