I have an iOS app in the App Store for an event that is held annually. Now that the event is over, I want to close down the app's features within a software update. (Removing access to certain areas of the app for example). However, I plan on re-using this app next year with the same layout as this year.
How do I make a duplicate project and upload the "closed-down" version to the App Store as a software update for the current app (maintaining Bundle IDs, profiles, everything)?
How do I make a brand new project and upload that?
I want to avoid removing the app from the App Store.
You can rewrite the whole app from the scratch and re-upload it.
As long as you have the same Bundle ID, AppStore will consider it the same app.
If you have access to your old Apple Developer account in iTunesConnect of cause.