我如何 select/set 将哪个图像用于 Visual Studio App Center 项目?

How can I select/set which image to use for a Visual Studio App Center project?

我正在使用一个 iOS 移动应用程序,该应用程序以 Xamarin 形式编写并通过 Visual Studio 应用程序中心临时分发。我的问题是,当最终用户收到安装 link 的电子邮件时,应用程序图标非常像素化。电子邮件中使用的图像是用于 notifications/iPad 聚光灯的 40x40 像素版本。我试图用新版本替换项目中的所有图像,并确保提供了所有必需的图标。但是,它总是在电子邮件中使用相同的图像。

如何更改 App Center 用作项目图像的图像?

除了在这里发布这个问题外,我还联系了 App Center 技术团队。我收到他们的回信,回复如下:

For Android we will use the launcher icon size xxhdpi. For iOS, it is using the CFBundleIcons.CFBundlePrimaryIcon or CFBundleIconFile. If these are missing, we will use Icon@2x.png or Icon.png from your app directory. The image update only happens when you release a new binary. Once you distribute the binary to a a distribution group we will retrieve the new image from your release and use that as the new app image.