0
点赞
收藏
分享

微信扫一扫

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


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.



举报

相关推荐

0 条评论