iPhone 应用程序本地化和国际化

发布于 2024-11-10 03:13:06 字数 122 浏览 2 评论 0原文

大家好,我需要有关 Apple App Store 的帮助。 我有一个以多种语言本地化的应用程序,我想为每种语言发布不同的包(以减小应用程序大小)。

我可以使用相同的应用程序名称吗?

谢谢, SL3

Hi guys I need some help with Apple App Store.
I've an application that is localized in several languages and I want to release a different bundle for each language (to reduce the app size).

Can I use the same app name?

Thx,
SL3

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

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

发布评论

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

评论(2

往事随风而去 2024-11-17 03:13:06

您不能使用相同的应用程序名称,也不能为同一应用程序版本使用多个二进制文件。正如拉德克所说,无论如何这都是一个坏主意。

You can't use the same app name or have multiple binaries for the same app version. And as Radek said, it would be a bad idea anyway.

留蓝 2024-11-17 03:13:06

以多种语言本地化应用程序不应需要那么多更大的大小来让您考虑将其拆分为不同的包。

顺便说一句,考虑为不同的本地化发布不同的应用程序是一个坏主意,原因有以下几个:

  1. 您将必须处理 n 不同的开发/发布/审查流,当您需要时会遇到很大的问题更新应用程序(Apple 将必须审查 n 个版本,而不是一个)
  2. 如果用户愿意,将无法切换语言。想想一个住在意大利的西班牙人。他应该下载哪个版本?
  3. 如果您在 Xcode 下使用专用开发人员配置文件,则应为每个本地化版本创建并导入不同的开发人员配置文件(或一组不同的开发人员配置文件)。
  4. 此外,您还将在应用程序之间分配所有下载、评论等数量。如果您的应用程序有 10,000 人下载,那就太棒了!但如果将其分成 10 份,则每份将只有 1.000 次下载(平均值)。这会极大地影响App Store的评分……而这不是你想要的!

如果您以干净的方式构建应用程序,添加本地化应该会导致添加一个简单的文本文件,而且这并不是那么繁重。

Localizing an app in various languages should not require that much more size to make you think about splitting it in different bundles.

By the way, it's a bad idea thinking of publishing different applications for different localizations, for a couple of reasons:

  1. You will have to handle n different development/release/review streams, with great problems when you need to update the app (Apple will have to review n versions instead of one)
  2. A user will not be able to switch languages if he likes to. Think about a Spanish person that lives in Italy. Which version should he download?
  3. If you use dedicate developer profiles under Xcode, you should create and import a different one (or a different group of them) for each localized version.
  4. Also, you will split all the number of downloads, reviews and so on between the apps. If your app is downloaded by 10.000 people its great! But if you split it in 10 pieces, you will have only 1.000 downloads each (mean value). This will greatly affect the scoring in the App Store ... and that's not what you want!

If you built the app in a clean way, adding a localization should result in adding a simple text file, and that is not so heavy.

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