简体   繁体   English

Google Playstore 中的 PWA 应用未在设备主屏幕上显示图标

[英]PWA app in Google Playstore is not displaying icon on device home screen

I have created a PWA app and have added the APK to the Google Playstore as an internal test我创建了一个 PWA 应用程序并将 APK 添加到 Google Playstore 作为内部测试

When editing the Store Listing, I have added the hi-res icon (512 x 512 32-bit png) and the Playstore shows the icon correctly编辑商品详情时,我添加了高分辨率图标(512 x 512 32 位 png),Playstore 正确显示图标

When the user/internal tester installs the app, the icon displayed on their device home screen is a box within a box (don't think this is the Android default icon but cannot find it's name)当用户/内部测试人员安装应用程序时,他们设备主屏幕上显示的图标是一个框内的框(不要认为这是 Android 默认图标但找不到它的名称)

The app/website also has a manifest.json file with the icons specified in and if I open my app directly in Chrome on the device and select Add to home screen the icon displays correctly from the manifest该应用程序/网站还有一个manifest.json文件,其中包含指定的图标,如果我直接在设备上的 Chrome 中打开我的应用程序和 select 添加到主屏幕,图标从清单中正确显示

Why is the Playstore app not displaying an icon?为什么 Playstore 应用程序不显示图标? Is there a conflict?有冲突吗? Is there anything else that is required in the Playstore store listing? Playstore 商品详情中是否还有其他要求?

Rather than the manifest file or the Playstore icon controlling the icon of the app itself, it is the AndroidManifest.xml file and the android:icon property within the APK itself that control sit控制应用程序本身图标的是AndroidManifest.xml文件和android:icon属性,而不是控制应用程序本身的图标的清单文件或 Playstore 图标

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM