iOS应用发布ITMS-90704错误解决

简介: iOS应用发布ITMS-90704错误解决今天第一次用XCode 9 GM版打包上传应用。貌似上传的过程更简单了。选择 “Automatically manage signing” (自动管理签名)后它就直接显示一个汇总信息列表,然后开始上传了,比以前简化了一两个步骤。

iOS应用发布ITMS-90704错误解决

今天第一次用XCode 9 GM版打包上传应用。貌似上传的过程更简单了。选择 “Automatically manage signing” (自动管理签名)后它就直接显示一个汇总信息列表,然后开始上传了,比以前简化了一两个步骤。

不过第一次遇到这个 ITMS-90704 错误:

error

它显示是Warning,却又告诉你操作失败。错误信息如下:

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

大意是说,iOS 应用现在必须包含一个1024*1024的PNG格式的图标。没有这个图标的应用将不能提交应用审核,也不能提交 Beta 测试审核。

好吧,看来 iOS 应用现在得把这个大图标放在应用中了。

solution

解决起来也简单。在图标 Asset 中放入1024* 1024的版本重新打包上传就好了。

第一次遇到这个90704错误。记录下来。

If you encounter the ITMS-90704 error when publishing your iOS application, you can use the appuploader tool to resolve it. This error is typically caused by a mismatch between the bundle identifier in your app and the one you specified in your App Store Connect account. To fix the error, follow these steps:

Open the appuploader tool and log in with your Apple ID.

Choose the "Packages" tab and select your app.

Click on the "Metadata" button and ensure that the "Bundle ID" field matches the one in your App Store Connect account.

If the bundle identifier is correct, go to the "Builds" tab and select the build that you want to publish.

Click on the "Metadata" button and ensure that the "Bundle ID" field matches the one in your App Store Connect account.

If the bundle identifier is correct, try uploading your app again.

By following these steps, you should be able to successfully publish your iOS app without encountering the ITMS-90704 error. If you continue to have issues, you may want to consult with Apple Developer Support for further assistance.

相关文章
|
12月前
|
Swift iOS开发
解决TestFlight提交时出现的ITMS-90426错误问题
解决TestFlight提交时出现的ITMS-90426错误问题
|
12月前
|
Go iOS开发
iOS应用发布ITMS-90704错误解决
iOS应用发布ITMS-90704错误解决
49 0
|
12月前
|
存储 网络安全 iOS开发
iOS 上架流程图文详解2022版 (上)
iOS 上架流程图文详解2022版 (上)
|
12月前
|
iOS开发 开发者
iOS 上架流程图文详解2022版 (下)
iOS 上架流程图文详解2022版 (下)
|
Go iOS开发
iOS 应用发布 ITMS-90704 错误解决
今天第一次用 XCode 9 GM 版打包上传应用。貌似上传的过程更简单了。选择 “Automatically manage signing” (自动管理签名)
|
传感器 安全 iOS开发
iOS 审核 1.4.1 被拒解决办法
iOS 审核 1.4.1 被拒解决办法
681 0
|
iOS开发
iOS 审核 2.1 被拒解决办法
iOS 审核 2.1 被拒解决办法
761 0
|
API 开发工具 iOS开发
iOS 审核 2.3.1 被拒解决办法
iOS 审核 2.3.1 被拒解决办法
1714 0
|
安全 iOS开发 开发者
iOS 审核 1.5 被拒解决办法
iOS 审核 1.5 被拒解决办法
517 0
|
iOS开发
iOS 审核 2.3.3 被拒解决办法
iOS 审核 2.3.3 被拒解决办法
922 0