iPhone 应用程序根据每个国家/地区的应用程序商店本地化并更改应用程序名称
我已经找到了如何本地化我的应用程序以及如何更改用户所拥有的每个区域设置的应用程序名称,但有人可以告诉我是否可以更改应用程序商店中应用程序的名称吗?
我的意思如下。
我的应用程序在英文应用程序商店中称为“helo”。如果用户来自意大利并尝试在意大利应用程序商店中找到我的应用程序,我希望应用程序名称为“ciao”。通过使用 xcode 中的本地化系统可以实现这一点吗?
任何帮助表示赞赏。
I have found how to localize my app and how to change the name of the app for each locale the user has but could anyone tell me if i can change the name of the app in the app store?
What i mean is the following.
My app is called "helo" in the english app store. If a user is from italy and tries to find my app in the italian app store i want the app name to be "ciao". Is this possible by using localization system in the xcode?
Any help appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 itunesconnect 中,转到您的应用程序详细信息,然后转到版本详细信息。按右上角的“管理本地化”按钮。
从这里,您可以为您想要支持的每个本地化添加所有应用程序版本详细信息。这包括应用程序名称(iTunes 上的显示名称)、说明、新增功能、关键字等。
有关详细信息,请参阅 iTunes Connect 开发人员指南,添加新本地化,第 10 页。 63.
In itunesconnect, go to your app details, and then version details. In the top-right corner, press the 'Manage Localizations' button.
From here you can add all the app version details for each localization you want to support. This includes the app name (display name on iTunes), description, what's new, keywords, etc.
For more information, see the iTunes Connect Developer Guide, Adding a New Localization, pg. 63.
自 2022 年起,App Store Connect 中的应用程序名称和副标题位于“应用程序信息”部分。
As of 2022 in App Store Connect app name and subtitle are located on the "App Information" section.