iTunes 上的 iPhone 应用程序名称

发布于 2024-08-17 02:38:03 字数 324 浏览 5 评论 0原文

有没有办法设置在 iPhone 和 < 上显示的应用程序的显示名称a href="http://en.wikipedia.org/wiki/ITUnes" rel="nofollow noreferrer">iTunes 不同吗?我在 info.plist 中写入“显示捆绑包名称”的名称同时显示在 iTunes 和 iPhone 上,有什么方法可以将它们分开吗?

我的第二个问题是:如何更改应用程序的类型?现在是“未知类型”。

Is there any way to set the display name of the application which is shown on iPhone and on iTunes different? The name that I wrote to "Display bundle name" in info.plist is shown both on iTunes and iPhone, is there any way to separate them?

My second question is: how can I change the genre of my application? Now it's "Unknown Genre".

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

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

发布评论

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

评论(4

猫瑾少女 2024-08-24 02:38:03

iPhone 上图标下方显示的名称是在应用程序目标的“产品名称”构建设置中设置的。您可以将其设置为您认为合适的任何值。

然后,您在 iTunes Connect 中作为应用程序名称输入的任何名称都会显示在 iTunes 和 App Store 中。

应用程序通常没有类型。应用程序分为多个类别,您在通过 iTunes Connect 提交时应该能够选择其中的 2 个类别(主要和次要)。

您应该能够通过登录 iTunes Connect 并编辑您的应用来更新这些类别选择。

The name that is displayed on the iPhone beneath the icon is set in the "Product Name" build setting for your apps target. You can set this to whatever you feel appropriate.

Then whatever name you entered as the App Name in iTunes Connect is shown in iTunes and the App Store.

Apps don't normally have a genre. Apps are separated into Categories, of which you should have been able to pick 2 (primary and secondary) during your submission through iTunes Connect.

You should be able to update these category choices by logging into iTunes Connect and editing your app.

清风不识月 2024-08-24 02:38:03

不知道你写的是否属实。我们曾经有一个应用程序因为这个原因被拒绝:

XXXX 由于命名不一致而被拒绝。输入 iTunes Connect 的名称必须与安装的应用程序的名称匹配。 iTunes Connect 中输入的名称为 XXXX,而安装的应用程序的名称为 YYYY。为了让您的应用程序在 App Store 中得到重新考虑,请解决此问题并将新的二进制文件上传到 iTunes Connect。

更改 Xcode 中显示的应用程序名称的方法是更改​​ Target 的“构建信息”窗格中的“产品名称”条目。为此,请执行以下操作:

  1. 在“组和组”下的左侧选择您的“目标”。文件
  2. 选择文件>获取信息
  3. 选择“构建”选项卡
  4. 从“配置”弹出窗口中,选择“所有配置
  5. ” 在搜索框中,输入“产品名称”
  6. 双击输入字段并输入产品的新名称,然后选择“确定”。
  7. 在您的 Info.plist 中,适当更改您的捆绑包显示名称和捆绑包名称。
  8. 执行干净的构建(构建 > 清理所有目标;构建 > 构建)

完成这些步骤后,您应该在 Products 文件夹下看到一个新构建的二进制文件。不要更改您的捆绑包标识符。这用于在 App Store 中唯一标识您的应用程序。更改它会阻止用户升级,并有效地引入新的应用程序而不是更新。

I dont know if it is true what you wrote. We once got an app rejected because of this:

XXXX has been rejected because of a naming inconsistency. The name entered into iTunes Connect must match the name of the application installed. The name entered into iTunes Connect is XXXX while the name of the application installed is YYYY. In order for your application to be reconsidered for the App Store, please resolve this issue and upload your new binary to iTunes Connect.

The way to change the displayed application name in Xcode is to change the "Product Name" entry in your Target's Build Info pane. To do this:

  1. Select your Target on the left side under Groups & Files
  2. Select File > Get Info
  3. Select the Build tab
  4. From the Configurations popup, select All Configurations
  5. In the search box, type in "product name"
  6. Double-click the entry field and type in the new name of your product, and select OK.
  7. In your Info.plist, change your Bundle Display Name and your Bundle Name appropriately.
  8. Do a clean build (Build > Clean all targets; Build > Build)

Once these steps are completed you should see a newly built binary under the Products folder. Do not change your Bundle Identifier. This is used to uniquely identify your application in the App Store. Changing it would prevent users from upgrading, and effectively introduce a new application rather than an update.

宣告ˉ结束 2024-08-24 02:38:03

也许我错了,但该应用程序可能有两个名称(一个用于 iTune connect,另一个用于 iPhone)。
我检查过一个应用程序“iTune 连接名称是“记住牛奶”,iPhone 中的名称是“RTM””。

May be I am wrong but this is possible that app has two names(one for iTune conect and other for iPhone).
I have checked an app "iTune connect names is "Remember the milk" and name in iPhone is "RTM" ".

木格 2024-08-24 02:38:03

AppStore审核指南中有条款。

请查看链接:https://developer.apple.com/app-store/review/guidelines

应用程序可能会因以下原因被拒绝:

3.4  App names in iTunes Connect and as displayed on a device should be similar, so as not to cause confusion

There is clause in AppStore Review Guidelines.

Please review link: https://developer.apple.com/app-store/review/guidelines

App May Reject due to:

3.4  App names in iTunes Connect and as displayed on a device should be similar, so as not to cause confusion
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文