Learner
Learner

Reputation: 101

Error while uploading to App store using Application loader

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

Upvotes: 9

Views: 2137

Answers (5)

Sha
Sha

Reputation: 21

  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

Upvotes: 0

Saurabh Shukla
Saurabh Shukla

Reputation: 1398

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.

Upvotes: 0

Nagendra Tripathi
Nagendra Tripathi

Reputation: 923

I have got this error while uploading my app to appstore

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

Upvotes: 3

Bob Ueland
Bob Ueland

Reputation: 1834

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.

Upvotes: 1

cdescours
cdescours

Reputation: 6022

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

Upvotes: 1

Related Questions