The situation is as follows: there is already an application in the app store , it needs to be updated. There are a lot of guides on the network how to upload an application to the app store , but I have not found one how to update the application.
If someone owns this information, share it.

    1 answer 1

    Yes, everything is simple, go to itunesconnect -> my applications -> your application. Then add the version

    enter image description here

    , then download the new build (only the version should be higher than the one that is already loaded, for example, if you have already released 1 .0.4, then you will need to fill in the build with version 2 .0.0. You can also change the display name of the version in itunesconnect (for example, the build will be 2.0.0, but the user will see the update 1.1.0) Then everything is as when the application is released.

    • Thanks for the help! - Victor Mishustin
    • I would also roll out updates only after the test via TestFlight or Fabric (well, or any other service), what else can go wrong after the update - Andrey Iskamov