Error while uploading to App store using Application loader

淺唱寂寞╮ 提交于 2019-12-04 19:07:59

问题


We are trying to upload an updated version of the app to the store. The upload takes a long time and finally when its done, we receive the following WARNINGS.

... Checksum validation failed.

... Checksum validation failed.

Transporter was unable to update one or more software components. Please try again later.

The upload is anyway received by the Apple server and the status says "Waiting for review".


回答1:


Upload has received and app is also approved.So i think there is no much problem with this.




回答2:


I've ran into the same issue when I tried using the internet connection from my company, either using Application Loader, or Organizer. In fact, the problem came from my company's firewall which was blocking some ports. As it is written in Apple support, you may correct this problem by allowing access to the ports indicated in this file : https://itunesconnect.apple.com/docs/UsingApplicationLoader.pdf from page 6 to 8




回答3:


I think you can ignore the warning. People who had that warning have had their apps approved by Apple. According to https://forums.adobe.com/message/5949439 it most probably has to do with version number. Here's a quote

Ignore it. Apple is just letting you know that the version number in the app isn't the same as the version number in iTunes Connect. The iTunes Connect version is what's displayed in iTunes/App Store.




回答4:


I tried to remove these warnings by clean and Archive but could not. Finally I increase the "Bundle versions string, short" in the project's info.plist file and re-uploaded and successfully uploaded the app without warnings.




回答5:


  1. chec and note the version number in from ur binary details in itunes
  2. delete the updated binary from itunes
  3. setup for a new binary to upload
  4. clean the project
  5. make the bundle name and version name same on ur project(the same on u noted from ur binary details before deleting)
  6. Rebuild
  7. Archive
  8. Validate
  9. Distribute


来源:https://stackoverflow.com/questions/16487953/error-while-uploading-to-app-store-using-application-loader

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!