简体   繁体   English

Xamarin ios 缺少 App Store 图标警告

[英]Xamarin ios Missing App Store Icon warning

I've read every question on this over the past 2 weeks that I've been struggling with this.在过去的 2 周里,我已经阅读了关于这个问题的所有问题,我一直在努力解决这个问题。 I want to update one of the apps I have in the store and I keep getting this message and I can't submit my update.我想更新我在商店中拥有的应用程序之一,但我不断收到此消息,但我无法提交更新。 在此处输入图片说明

I have set the new App store icon here我在这里设置了新的 App Store 图标

在此处输入图片说明

I have made sure it's 1024x1024, I have checked the color profile is sRGB and that there is no alpha in the image.我已经确定它是 1024x1024,我已经检查过颜色配置文件是 sRGB 并且图像中没有 alpha。 The error you see was on my 14th attempt over 2 weeks and I don't know what to do anymore.您看到的错误发生在我 2 周多的第 14 次尝试中,我不知道该怎么办了。 I am using the latest stable release of Xcode as well.我也在使用最新的 Xcode 稳定版本。

在此处输入图片说明

I'm using Visual Studio for Mac 7.3 (Switched to Preview after the stable didn't work) with Xamarin iOS Version: 11.4.0.93.我正在使用 Visual Studio for Mac 7.3(在稳定版不起作用后切换到预览版)和 Xamarin iOS 版本:11.4.0.93。

I would not be asking this question here unless I've tried everything I could think of.除非我尝试了所有我能想到的方法,否则我不会在这里问这个问题。 I wish this was a coding problem, those are much easier o solve than this arbitrary problem.我希望这是一个编码问题,这些问题比这个任意问题更容易解决。

Any help/advice would be greatly appreciated.任何帮助/建议将不胜感激。

In xCode 9, they have added one additional app icon size with 1024px * 1024px在 xCode 9 中,他们添加了一个额外的应用程序图标大小, 1024px * 1024px 在此处输入图片说明

Go to Assets.xcassets and you can find this new addition at the bottom of your app icon image set.转到Assets.xcassets ,您可以在应用图标图像集的底部找到这个新增功能。

Once you add app icon with 1024pt, it should fix the issue.添加 1024pt 的应用程序图标后,它应该可以解决问题。

I tried every suggestion and nothing worked.我尝试了所有建议,但没有任何效果。 Using the same build uploaded with the Application loader shipped with XCode 8.3.3 works.使用与 XCode 8.3.3 附带的应用程序加载器一起上传的相同构建工作。

Edit The warning didn't show up when uploading through Application loader, but the app store still didn't accept it :( Same error when trying to submit for review.编辑通过应用程序加载器上传时没有出现警告,但应用商店仍然不接受它:( 尝试提交以供审核时出现相同的错误。

EDIT 2 I had to build my app with target platform 8.2 and the error went away on submitting for review.编辑 2我必须使用目标平台 8.2 构建我的应用程序,并且在提交以供审核时错误消失了。

A work-around is to add the icon in iTunes Connect.解决方法是在 iTunes Connect 中添加图标。 You only have to do it once.你只需要做一次。 You will still get the warning ahen using Application Loader but it will be possible to submit the app.您仍然会在使用 Application Loader 时收到警告,但可以提交应用程序。

If you, like me, used https://makeappicon.com/ to generate the different image sizes the idiom in Contents.json is wrong (as of March 2020).如果您像我一样使用https://makeappicon.com/生成不同的图像大小,则 Contents.json 中的idiom是错误的(截至 2020 年 3 月)。

Either regenerate the Assets.xcassets/AppIcon.appiconset/ with Visual Studio by adding/removing images and saving or change idiom manually from ios-marketing to ipad (in my case) and it works.通过添加/删除图像并手动保存或更改idiomios-marketingipad (在我的情况下),可以使用 Visual Studio 重新生成Assets.xcassets/AppIcon.appiconset/并且它可以工作。

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

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