从其他项目向App Store提交更新? [英] Submitting an update to the App Store from a different project?

查看:82
本文介绍了从其他项目向App Store提交更新?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在应用商店中有一个应用,我想发布一个重大更新。但是,我想从头开始重新编写应用程序然后提交它。我可以为更新创建一个新的Xcode项目吗?什么样的东西必须保持不变才能让它们接受它作为产品更新?

I have an app in the app store, and I want to release a major update to it. However, I want to re write the application from scratch and then submit it. Am I allowed to create a new Xcode project for the update? What kind of things must stay the same in order for them to accept it as a product update?

推荐答案

是的,你可以做只要Bundle ID(也称为Bundle Identifier和CFBundleIdentifier)保持不变,你在代码端想要什么。此标识符在YourApp-info.plist文件中设置:

Yes, you can do whatever you want on the code side, as long as the Bundle ID (also named Bundle Identifier, and CFBundleIdentifier) stays the same. This identifier is set in the YourApp-info.plist file:


com.yourcompany。$ {PRODUCT_NAME:rfc1034identifier}

com.yourcompany.${PRODUCT_NAME:rfc1034identifier}

此处 PRODUCT_NAME 是在Xcode目标的Build Settings中定义的参数;这通常是您应用的名称。

Here PRODUCT_NAME is a parameter that is defined in the Build Settings of your Xcode target; this is typically the name of your app.

请注意,对于任何新版本,您都可以更新应用图标,甚至是应用的显示名称。但当然你不想太多改变这些,因为用户可能不会将它识别为同一个应用程序。

Note that with any new release you can update the app icon, and even the display name of the app. But of course you don't want to change these too much, as users may not recognise it as the same app.

祝你好运!

这篇关于从其他项目向App Store提交更新?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆