问题
I'm not sure if this will be off-topic but I thought I might as well ask.
I currently 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.
So, is there a way to either:
- 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)
OR
- Can I create a brand new project and upload that?
I know this is unusual, but I'm a little confused. I want to avoid removing the app from the App Store. Thanks.
回答1:
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.
来源:https://stackoverflow.com/questions/56452098/recreating-an-ios-app-with-the-same-bundle-id-app-name-etc