前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >iOS应用发布ITMS-90704错误解决

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

作者头像
iOS Magician
发布2023-03-21 15:05:12
2960
发布2023-03-21 15:05:12
举报
文章被收录于专栏:iOS打包,上架知识大全

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:

  1. Open the appuploader tool and log in with your Apple ID.
  2. Choose the "Packages" tab and select your app.
  3. Click on the "Metadata" button and ensure that the "Bundle ID" field matches the one in your App Store Connect account.
  4. If the bundle identifier is correct, go to the "Builds" tab and select the build that you want to publish.
  5. Click on the "Metadata" button and ensure that the "Bundle ID" field matches the one in your App Store Connect account.
  6. 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.

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2023-03-01,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • iOS应用发布ITMS-90704错误解决
相关产品与服务
腾讯云服务器利旧
云服务器(Cloud Virtual Machine,CVM)提供安全可靠的弹性计算服务。 您可以实时扩展或缩减计算资源,适应变化的业务需求,并只需按实际使用的资源计费。使用 CVM 可以极大降低您的软硬件采购成本,简化 IT 运维工作。
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档