简体   繁体   English

iPhone和iPad - 可以在Xcode上更改产品名称吗?

[英]iPhone & iPad - is it OK to change the product name on Xcode?

I am preparing a update for one of my apps. 我正准备更新我的一个应用程序。

I want to change the "product name" of this application in Xcode. 我想在Xcode中更改此应用程序的“产品名称”。

Will this give me any problems? 这会给我带来什么问题吗? I mean, will users that already have bought the application be able to download the update? 我的意思是,已经购买该应用程序的用户能够下载更新吗?

What exactly identifies the application for iTunes and the iPhone? 究竟是什么标识了iTunes和iPhone的应用程序? The bundle identifier and version on info.plist? info.plist上的包标识符和版本?

thanks for any help. 谢谢你的帮助。

You dont have to change the product name, although if you do it shouldn't matter either. 您不必更改产品名称,但如果您这样做也无关紧要。 Apps are identified by their bundle identifiers. 应用程序由其包标识符标识。

Likely what you really want to do is change the display name, which is the 11 characters that appear below your icon on the device. 您真正想要做的就是更改显示名称,即显示在设备图标下方的11个字符。 End users generally dont see the "product name" as that is used for the executable or '.app' file name. 最终用户通常不会看到“产品名称”,因为它用于可执行文件或“.app”文件名。 In which case users will only see it if they look for the resulting .ipa file on their harddrives after purchase form the store. 在这种情况下,用户只有在从商店购买后在硬盘上查找生成的.ipa文件时才会看到它。

In your info.plist there is a field for "bundle display name". 在info.plist中有一个“bundle display name”字段。 This is what determines the name displayed under your icon. 这是决定图标下显示的名称的原因。 You can just change it there in the info.plist, keeping in mind that anything over 11 characters gets truncated. 您可以在info.plist中更改它,请记住,超过11个字符的任何内容都会被截断。 You can change this without an issue from apple, although your users might be slightly confused if the name is drastically different. 您可以在没有苹果问题的情况下进行更改,但如果名称完全不同,您的用户可能会有些困惑。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM