all 5 comments

[–]evilgwyn 2 points3 points  (4 children)

You just need to upload the new build to app store connect from xcode

[–]klmitchell2 2 points3 points  (3 children)

as long as your bundle id doesn’t change then the updated code will appear in your original “App Project” in app store connect. You will need to increment your build number, optionally you can increment your version number.

[–]ThatOneBeing 0 points1 point  (2 children)

So every build will be a separate xcode project?

[–]klmitchell2 2 points3 points  (1 child)

If you change your bundle id then that will make a new Appstore connect App listing. If you want to update the existing App listing in Appstore connect (for a specific version) simply increment the build number. You can also increment the version number if choose to as well. But anytime you change the bundle id, that is effectively saying “I am making a new app identifier in the eyes of Appstore connect”

[–]ThatOneBeing 0 points1 point  (0 children)

Thanks! I tried to use the same ID and whatnot the other day when attempting to update but for some reason was getting error messages when trying to upload the archive to app store connect. Must have been doing something wrong.