捆绑包名称和 Apple 应用商店名称有什么区别?

发布于 2024-10-17 14:43:22 字数 128 浏览 4 评论 0原文

应用程序的捆绑包名称必须与 Apple 应用商店中的名称匹配吗?例如,对于《愤怒的小鸟》,应用商店中有“愤怒的小鸟”和“愤怒的小鸟季节”,但是当安装在设备上时,这两个应用程序的名称都显示为“愤怒的小鸟”。

有什么建议吗?谢谢。

Does an app's bundle name must match the name in the Apple App store? For instance, for Angry Birds, there is "Angry Birds" and "Angry Birds Seasons" in the app store, however when installed on the device, the names of both apps are displayed as "Angry Birds".

Any suggestions? Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

别靠近我心 2024-10-24 14:43:22

不,捆绑包名称不需要与 App Store 名称匹配。造成这种情况的主要原因是,在设备上的应用程序名称被系统剪掉之前,您只能获得 11-14 个字符。在应用商店中不存在此限制。在您的主应用程序 .plist 文件中,您的应用程序名称(显示在图标下的名称)是您的捆绑包显示名称。捆绑包显示名称不需要是唯一的(因此为什么 Angry Birds Seasons 和 Angry Birds 都使用“Angry Birds”作为其显示名称),但您的应用程序商店名称显然需要唯一!

No, a bundle name doesn't need to match the App Store name. The main reason for this is you only get between 11-14ish characters for your app name on device before it gets clipped by the system. On the app store this limitation doesn't exist. In your main app .plist file your app name (the name that displays under your icon) is you bundle display name. Bundle display names do not need to be unique (hence why Angry Birds Seasons & Angry Birds both use 'Angry Birds' as their display names), but your app store name obviously does!

淡莣 2024-10-24 14:43:22

自 2012 年 1 月起,应用商店名称​​不必必须是唯一的。尽管应用程序可以出现在世界上所有不同的应用程序商店中,但它只需要对于特定语言来说是唯一的。有关我的博客文章的更多信息:http://hacknicity.com/post/ 18128530922/应用程序名称内容

And since January 2012, the app store name does not have to be unique. It only needs to be unique for a particular language, even though an app can appear on all the different app stores in the world. More information on my blog post: http://hacknicity.com/post/18128530922/whats-in-an-app-name

初懵 2024-10-24 14:43:22

...好吧,在“ixt”答案中,我只是想补充一点,“捆绑显示名称”不仅不需要是唯一的,而且还可以为同一应用程序使用不同的名称(您想要的任何语言都有一个名称) ;它可以本地化)

...all right in "ixt" answer, i just wanted to add that "Bundle display name" not only doesn't need to be unique, but can also have different names for the same app (one name for any language you want; it can be localizable)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文