应用在发布到Google Play商店后安装出现问题。

huangapple go评论54阅读模式
英文:

app installation problem after publishing app on google playstore

问题

用户可以在Google Play商店上看到我的应用程序,但问题是他们无法安装它,因为显示无法安装。我的应用程序状态是生产状态。我想知道用户可以开始安装我的应用程序时,应用程序的状态是什么。

链接:
https://play.google.com/store/apps/details?id=com.vamp.byteplayer

(https://i.stack.imgur.com/X8j7F.jpg)

英文:

recently i upload application on google playstore and user can see my apps on google playstore but the problem is that they cannot install it, because it shows cannot install it, right my apps status is production. i want to know that what will be the app status when user can start installing my apps

link:

https://play.google.com/store/apps/details?id=com.vamp.byteplayer

(https://i.stack.imgur.com/X8j7F.jpg)

答案1

得分: 1

It seems your app is either set to not be available to or is incompatible with all/some devices.

如何查看兼容设备:Google 帮助

> 在您至少上传一个应用程序包到 Play 控制台之后,您可以查看可用设备的目录,并查看哪些设备与您的应用兼容。为了确保您的应用的最广泛可用性,定期查看您的支持和排除的设备列表。

简要版本:

  1. 进入您的控制台帐户
  2. 发布 > 达到和设备 > 设备目录
  3. 检查是否有与您的应用兼容的设备

如何添加目标设备:
(继续在设备目录中)

  1. 管理设备
  2. 添加设备
  3. 选择(所有支持的)

此外,您可能希望检查应用清单,查看是否排除了某些设备。清单兼容性

> 清单文件也是您可以在其中声明您的应用程序需要哪些硬件或软件功能,以及您的应用与哪些设备兼容的地方。Google Play 商店不允许用户在不提供您的应用所需功能或系统版本的设备上安装您的应用

英文:

It seems your app is either set to not be available to or is incompatible with all/some devices.

How to see compatible devices: google's help

> After you've uploaded at least one app bundle to Play Console, you can view the catalog of available devices and review which devices are compatible with your app. To help ensure the widest availability of your app, review your supported and excluded devices lists regularly.

short version:

  1. Go your console account
  2. Release > Reach and devices > Device catalog
  3. Check if there are any devices compatible with your app

How to add target devices:
(continue in device catalog)

  1. Mange devices
  2. add device
  3. Pick (all supported)

Additionally you might want to check app manifest whether it excludes devices. Manifest compatibility

> The manifest file is also where you can declare what types of hardware or software features your app requires and, by extension, which types of devices your app is compatible with. Google Play Store doesn't let users install your app on devices that don't provide the features or system version that your app requires.

huangapple
  • 本文由 发表于 2023年4月20日 02:01:55
  • 转载请务必保留本文链接:https://go.coder-hub.com/76057579.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定