Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个通用 iOS 应用程序,它已经在 App Store 上架了两年。我正在为它进行大规模更新。从那以后我学到了很多东西,我觉得对我来说最好的事情就是从头开始重写应用程序。我可以只删除应用程序,但我宁愿从头开始一个新的 Xcode 项目并将其作为更新提交。
但是,我不确定这是否可行。我需要在 plist 和其他设置中进行哪些更改,以便将这个新项目识别为对现有项目的更新?甚至可能吗?
在开发新应用时,您应该只能使用现有应用的应用 ID/配置文件。
在 XCode 中,您可以将 Bundle ID 设置为应用程序的标识符,并更新 CFBundleVersion 和 CFBundleShortVersionString 以反映应用程序的当前版本。
请记住,您无法添加所需的设备功能(意味着使其更具限制性),因此它必须与旧版本的功能相匹配。