我正在使用以 Xamarin 表单编写并通过 Visual Studio App Center 临时分发的 iOS 移动应用程序。我的问题是,当最终用户收到带有安装链接的电子邮件时,应用程序图标非常像素化。电子邮件中使用的图像是用于通知/iPad 聚光灯的 40x40 像素版本。我试图用新版本替换项目中的所有图像,并确保提供了所有必需的图标。但是,它总是在电子邮件中使用相同的图像。
如何更改 App Center 用作项目图像的图像?
Best Answer-推荐答案 strong>
除了在此处发布此问题外,我还联系了 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 [email protected] 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.
关于ios - 如何选择/设置要用于 Visual Studio App Center 项目的图像?,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/47520178/
|