简体   繁体   English

上载到应用商店的问题

[英]Issue uploading to app store

I have a problem with uploading an app to the app store. 我在将应用上传到应用商店时遇到问题。 I have written an app with swift 4 on xcode 9.2 and after uploading an app using application loader I received the following message from apple team. 我已经在xcode 9.2上用swift 4编写了一个应用程序,使用应用程序加载器上传应用程序后,我收到了来自苹果团队的以下消息。

Error: 错误:

Dear Developer 亲爱的开发人员

We have identified one or more issues with a recent delivery for your app, "sawfish." 我们发现您的应用“ sawfish”最近交付时遇到了一个或多个问题。 Please correct the following issues, then upload again. 请更正以下问题,然后重新上传。

Invalid Image - For iOS applications, icons included in the binary submission must be in the PNG format. 图片无效-对于iOS应用程序,二进制提交中包含的图标必须为PNG格式。

  If your application supports the iPhone device family, you must include square icons of the following dimensions: 57x57 pixels. If your application supports the iPad device family, you must include square icons of the following dimensions: 72x72 pixels. 

For macOS applications, icons included in the binary submission must be in the ICNS format and must include square 512x512 @ 2x image. 对于macOS应用程序,二进制提交中包含的图标必须采用ICNS格式,并且必须包含512x512 @ 2x方形图像。

Best regards, 最好的祝福,

The App Store Team App Store团队

I searched about that and found some answers but none of them worked for me. 我搜索了一下,发现了一些答案,但是没有一个对我有用。 I put images with 57 and 72 size on CFBundle , Clear , Build and Archive but it is not working for me again . 我将57和72尺寸的图像放在CFBundle,Clear,Build和Archive上,但对我来说不再起作用。 what is the problem? 问题是什么?

If your app is universal(iPad and iPhone) then you should probably put icons in all of these and follow the correct sizes 如果您的应用是通用的(iPad和iPhone),则可能应在所有图标中放置图标并遵循正确的尺寸

在此处输入图片说明

Try double check your file format if it is .png 尝试仔细检查文件格式是否为.png

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

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