I’m new to iOS development. And i can’t find an answer to a question how does application update system work. I want to write a game which will have a set of levels. Then i want to be able to add new levels to the game (after it was uploaded into app store). So my game should be updated. And i don’t understand how to do this.
Share
In any case you need to make any change in the code, you will need to prepare a new submission build with version number greater than the previous submitted one and then submit to app store through iTunes Connect. This will go through the Apple review process again.