为什么我们的应用升级Android电子市场中不可见的所有设备? [英] Why was our Application upgrade on Android Market not visible to all devices?

查看:225
本文介绍了为什么我们的应用升级Android电子市场中不可见的所有设备?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们最近有一个问题,在Android Market的应用程序升级。

We recently had a problem with an application upgrade on Android Market.

也就是说,发布在我们的出版商帐户升级后,对我们六设备之一的市场应用没有找到任何升级。有没有升级通知和市场只显示旧版本。

Namely, after publishing the upgrade on our publisher account, the Market application on one of our six devices didn't find any upgrade. There was no upgrade notification and Market only displays the old version.

在这里我们管理没有任何问题,提升我们的应用程序的设备是:

The devices where we managed to upgrade our application without any problems are:


  • 摩托罗拉Milestone采用Android 2.1

  • HTC不可思议的采用Android 2.2和3.4.4市场

  • 三星Galaxy Tab采用Android 2.3.3和3.4.4市场

  • HTC Incredible S的了Android 2.3和3.4.4市场

  • 的Iconia A1000采用Android 3.2和市场1.0.28

在这里我们没能提升我们的应用程序的设备:

The device where we didn't manage to upgrade our application is:


  • LG擎天柱我P350采用Android 2.2和3.4.4市场。

在我们的应用程序的第一个版本的权限和功能是:

The permissions and features in the first version of our application are:

ACCESS_NETWORK_STATE
INTERNET
WRITE_EXTERNAL_STORAGE
android.hardware.touchscreen
android.hardware.screen.portrait

而在第二个版本中,我们添加:

while in the second version we added:

RECORD_AUDIO
RECORD_VIDEO
CAMERA
READ_PHONE_STATE
BILLING
ACCESS_FINE_LOCATION
WAKE_LOCK
GET_ACCOUNTS`
android.hardware.camera
android.hardware.microphone
android.hardware.location
android.hardware.location.gps
android.hardware.camera.autofocus
android.hardware.screen.landscape

此外,我们增加了一些应用内产品的时候,我们发表了第二个版本。

Also we added some in-app products when we published the second version.

推荐答案

Android的市场根据自己的权限,过滤设备。
有些设备没有您请求权限的功能,但应用程序仍然是兼容的。

The Android Market filters the devices according to your permissions. Some devices lack a feature you request permission for, but the app would still be compatible.

使用<使用特征> 知道哪些是真正需要的硬件配置的市场。如果你不使用<采用特征> 市场将只能通过权限进行过滤。

Use < uses-feature > to tell the market which hardware configuration is really needed. If you don't use < uses-feature > the market will filter only by permission.

这篇关于为什么我们的应用升级Android电子市场中不可见的所有设备?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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