简体   繁体   中英

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.

Error:

Dear Developer

We have identified one or more issues with a recent delivery for your app, "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.

  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.

Best regards,

The App Store Team

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 . 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

在此处输入图片说明

Try double check your file format if it is .png

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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