Recreating an iOS App with the same Bundle ID, App name etc [duplicate]

夙愿已清 提交于 2021-01-29 13:52:50

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!