App Store 中的应用程序名称

发布于 2024-07-26 23:03:04 字数 212 浏览 5 评论 0原文

我想向应用程序商店提交一个应用程序。

该应用程序一直以一个名称开发 - “Monkeys”。 不过,现在需要改为“猿”。

我是否只需将捆绑包显示名称更改为“Apes”? 如果我这样做,它在模拟器和设备中显示为“Apes”,但产品仍称为 Monkeys.app。 我应该担心它仍然使用旧名称吗?

如果我更改“可执行文件”,则会出现构建失败。

I want to submit an app to the app store.

The app has been developed with one name all along - "Monkeys". However, now it needs to be changed to "Apes".

Do I just need to change the Bundle display name to "Apes"? If I do this, it appears as "Apes" in the simulator and device, but the Product is still called Monkeys.app. Should I worry that it still has the old name?

If I change 'Executable file' there is a build fail.

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

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

发布评论

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

评论(4

仅冇旳回忆 2024-08-02 23:03:04

1. App Store 上的应用程序名称

这是您在 App Store 上传/添加应用程序以供审核时在 itunesconnect.apple.com 上写入的名称。 该名称发布后将显示在 App Store 上。

2. 设备/模拟器上的应用程序名称

这是您可以从 info.plist 文件 > 捆绑包显示名称中设置/更改的名称。 如果 itunesconnect 上给出的显示名称和应用程序名称不同或相同。 没事。 完全没有问题。

3. 项目名称

可以使用 Xcode>Project>Rename 重命名。 这将重命名所有关联的捆绑包和产品名称。

通常我们习惯于给应用程序命名与项目名称相同。 但根据你的描述你能做的是。

  1. 保留您的项目名称 Monkeys
  2. 在 info.plist>Bundle 中写入显示名称 显示名称:Apes
  3. 您可以保留 MonkeysApes

这将工作得很好。 完全没有问题。

希望这有帮助

谢谢
维韦克·纳瓦迪亚

1. Application name on App Store

This is the name that you write on itunesconnect.apple.com while uploading/adding application on app store for review. This name is displayed on App Store after get published.

2. Application name on Device/Simulator

This is the name you can set/change from info.plist file>Bundle Display Name. If the Display name and Application name given on itunesconnect is different or same. it is fine. no issue at all.

3. Project Name

This can be renamed using Xcode>Project>Rename. This will rename all the associated Bundle and product name.

Generally we are used to give application name same as project name. but as per your desciption what you can do is.

  1. Keep your project name Monkeys
  2. Write display name in info.plist>Bundle Display name : Apes
  3. You can keep Monkeys or Apes in Itunesconnect if not registered yet by someone else

This will work perfectly fine. no issue at all.

Hope this helps

Thanks
Vivek Navadia

浅唱ヾ落雨殇 2024-08-02 23:03:04

您应该能够更改应用程序目标中的“产品名称”,以便更改构建的应用程序包的名称。 您可以在目标检查器的“构建”选项卡下找到此设置。

You should be able to change the "Product Name" in the target for your app in order to change the name of the app bundle that is built. You can find this setting under the "Build" tab of the target inspector.

倥絔 2024-08-02 23:03:04

我所做的是从 重命名 Xcode 项目开始。

What I did was start with Rename Xcode Project.

傲性难收 2024-08-02 23:03:04

您可以在应用程序项目文件夹的 Info.plist 中的 Bundle Name 下更改它。

You can change it in the Info.plist of the app's project folder under the Bundle Name.

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