Bundle name - is folder name, where your app (including executable file and all resources) will be stored (Cool Program.app)。建议不要修改bundle name
Bundle display name - is what will be shown on iPhone screen,即当你安装该app到iPhone上显示的name。
注意:Bundle Display name must correspond to Bundle name,即bundle display name和bundle name不能相差太远。
例如bundle name设置为 TheApplication, 而 bundle display name设置为“金瓶梅”,则apple会拒绝你的app。

本文介绍了iOS应用程序中bundle name与bundle display name的概念及其重要性。bundle name是指应用程序的存储文件夹名,通常不应修改;而bundle display name是在iPhone屏幕上显示的应用名称。两者需保持一致性,避免因差异过大导致苹果审核拒绝。
3111

被折叠的 条评论
为什么被折叠?



