Google Playstore 中的 PWA 应用未在设备主屏幕上显示图标
PWA app in Google Playstore is not displaying icon on device home screen
我创建了一个 PWA 应用程序并将 APK 添加到 Google Playstore 作为内部测试
编辑商品详情时,我添加了高分辨率图标(512 x 512 32 位 png)并且 Playstore 正确显示了图标
当 user/internal 测试者安装应用程序时,他们设备主屏幕上显示的图标是框内框(不要认为这是 Android 默认图标但找不到它是姓名)
app/website 也有一个 manifest.json
文件,其中包含指定的图标 如果我直接在 Chrome 设备上打开我的应用程序并 select 添加到主页屏幕图标从清单中正确显示
为什么 Playstore 应用程序不显示图标?有冲突吗? Playstore 商品详情中是否还有其他要求?
控制应用程序本身图标的不是清单文件或 Playstore 图标,而是 AndroidManifest.xml
文件和 APK 本身内的 android:icon
属性 控制位置
我创建了一个 PWA 应用程序并将 APK 添加到 Google Playstore 作为内部测试
编辑商品详情时,我添加了高分辨率图标(512 x 512 32 位 png)并且 Playstore 正确显示了图标
当 user/internal 测试者安装应用程序时,他们设备主屏幕上显示的图标是框内框(不要认为这是 Android 默认图标但找不到它是姓名)
app/website 也有一个 manifest.json
文件,其中包含指定的图标 如果我直接在 Chrome 设备上打开我的应用程序并 select 添加到主页屏幕图标从清单中正确显示
为什么 Playstore 应用程序不显示图标?有冲突吗? Playstore 商品详情中是否还有其他要求?
控制应用程序本身图标的不是清单文件或 Playstore 图标,而是 AndroidManifest.xml
文件和 APK 本身内的 android:icon
属性 控制位置