Swap out old project with new one

后端 未结 1 1583

I have an existing project, quite old, with its own support system: in-app purchases, links on web pages, etc.

I would like to overhaul the app significantly front and b

相关标签:
1条回答
  • 2021-01-25 00:10

    Yes, no problem. As long as the new app has the same bundle ID as the old app (CFBundleIdentifier in the Info.plist), it is the same app in the eyes of the App Store and Apple. You can change everything else about it and they won't care: icons, user-facing name (CFBundleDisplayName), underlying language, interface, major functionality even. The in-app purchases are attached to that bundle ID so they just keep on working; the links to the app store won't change. You can start a completely new project, from scratch, and as long as the bundle ID is the old bundle ID, it's the same app.

    0 讨论(0)
提交回复
热议问题