Error while uploading to App store using Application loader

后端 未结 5 1009
星月不相逢
星月不相逢 2021-02-14 19:07

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.

<
相关标签:
5条回答
  • 2021-02-14 19:40

    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

    0 讨论(0)
  • 2021-02-14 19:41
    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
    0 讨论(0)
  • 2021-02-14 19:44

    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.

    0 讨论(0)
  • 2021-02-14 19:48

    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.

    0 讨论(0)
  • 2021-02-14 19:56

    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.

    0 讨论(0)
提交回复
热议问题