iOS Packaging and Upload Error: ERROR ITMS-90704 Icon Issue
When developing an iOS application and packaging it into an IPA file for upload to App Store Connect, you may encounter the ERROR ITMS-90704 error. This usually happens because the app icon does not meet App Store Connect’s requirements.
Error Description
The ITMS-90704 error message looks like this:
1WARNING ITMS-90704: "Missing Marketing Icon. iOS Apps must include a 1024x1024px Marketing Icon in PNG format. Apps that do not include the Marketing Icon cannot be submitted for App Review or Beta App Review."
Meaning: iOS apps must include a 1024×1024 pixel PNG marketing icon; otherwise, the app cannot be submitted for review or beta testing.
Root Cause
- App icon size is incorrect
- Icon format or color space is not valid
Solution
1. Ensure the Icon Meets App Store Connect Requirements
- Icon size: 1024×1024 pixels (marketing icon)
- Icon format: PNG, RGBA or ARGB
- Color space: RGB
Note: Some tools or documents may mention other resolutions (such as 192×192, 128×128), but these are app display icons or resource icons. App Store upload requires a 1024×1024 marketing icon.
2. Upload the Correct Icon Size
- Check in your Xcode project under Assets.xcassets → AppIcon, and make sure the 1024×1024 App Store icon is included.
- If you’re using third-party icons, confirm they meet the requirements.
3. Use Third-Party Tools to Auto-Generate Icons
- You can use tools to generate compliant icons, such as AppUploader’s iOS/Android Icon Assets.car One-Click Generator.
- These tools ensure that icon sizes, formats, and color spaces are correct, preventing upload failures.
4. Modify the App Icon and Re-Upload
- If the icon does not meet the requirements, you’ll need to adjust it.
- Once updated, rebuild and upload your app to App Store Connect again.
Summary
By following these rules, you can ensure that your app icon complies with App Store Connect requirements, avoid the 90704 error, and successfully submit your app for review or beta testing.
- Configure Push Certificate
- Upload IPA :ERROR ITMS-90189
- Provisioning Profile and Certificate Mismatch
- Uploaded IPA Not Showing Build in iTunes Connect
- App Store Developer Name Change
- What to Do If Your Apple Account Is Disabled
- APP Filing Operation Tutorial
- Submitting a UniApp IPA to the App Store
- Apple Certificates Overview
- What is a Bundle ID
- File Viewing Feature
- How long to see app in build after uploading IPA
- Generate App-Specific Password
- Obtain Activation Code
- Batch Upload Screenshots
- Install and Test
- Submit and Upload
- Provisioning Profile Management
- Certificate Management
- Install and log in to AppUploader
- Start using AppUploader (Mac version)
- Upload Error No Suitable Application Records Found
- uniapp Hide H5 Page Header (page-head) Two Methods
- TestFlight Submission Error ITMS-90426
- Apple Developer Account Registration
- Can Multiple Apps Use the Same iOS Certificate
- iOS Upload Error ITMS-90161
- Upload Failed Bundle ID Mismatch
- How to Fill Apple App Privacy Policy Info
- iOS Image No Alpha Channel
- Start using AppUploader (Windows version)
- iOS Upload Error ITMS-90076
- App Store Upload Error ITMS-90809
- iOS Upload Error ITMS-90101
- IPA Upload Network Error
- IPA Upload Platform
- iOS Dev Guide Create Apple Dev ID and Build Steps
- iOS Upload Error SDK Version Issue
- App Integrity Verification Failed Error
- iOS Dev Account (Individual, Company, Enterprise)
- uni-app中隐藏H5页面头部导航栏page-head的两种方式?
- 上传IPA反馈ERROR ITMS-90189版本号重复问题
- 上传IPA后需要多久才能在构建版本中看到应用?
- iOS开发者账号(个人、公司、企业)的区别
- 苹果app无法验证其完整性错误
- iOS 打包上传Appstore报错ERROR SDK version issue
- iOS开发指南:创建苹果开发者账号、新建首个APP ID和构建应用的步骤
- ipa 上传平台
- IPA上传报错网络错误
- iOS 打包上传Appstore报错ERROR ITMS-90101
- 上传Appstore报错 ITMS-90809
- 上传报错 No suitable application records were found
- iOS 打包上传Appstore报错ERROR ITMS-90076
- TestFlight提交时出现的ITMS-90426错误
- 苹果开发者账号注册
- 多个app可以使用同一个ios证书吗?
- iOS 打包上传Appstore报错ERROR ITMS-90161
- 上传Appstore报错 ITMS-90704图标错误的问题
- 提交上传失败,提示如下bundle ID不匹配问题
- 如何填写苹果应用上架过程中的隐私政策信息
- ios上架提示 “图像不能包含 alpha 通道或透明度”
- 开始使用appuploder(Mac版本)
- 安装和登录appuploader
- 证书管理
- 描述文件管理
- 提交上传
- 安装测试
- 批量上传截图
- 获取激活码
- 生成专用密码
- 配置推送证书
- 文件查看功能
- 什么是Bundle ID
- 苹果的各种证书说明
- uniapp打包的ipa上架
- APP备案操作教程
- 苹果账号被禁用怎么办?
- appstore开发者名称修改
- 上传了ipa但iTunes Connect没有构建版本问题
- 编译提示描述文件和证书不匹配
- 开始使用appuploder(Win版本)