App Store 中的应用程序名称
我想向应用程序商店提交一个应用程序。
该应用程序一直以一个名称开发 - “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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
1. App Store 上的应用程序名称
这是您在 App Store 上传/添加应用程序以供审核时在 itunesconnect.apple.com 上写入的名称。 该名称发布后将显示在 App Store 上。
2. 设备/模拟器上的应用程序名称
这是您可以从 info.plist 文件 > 捆绑包显示名称中设置/更改的名称。 如果 itunesconnect 上给出的显示名称和应用程序名称不同或相同。 没事。 完全没有问题。
3. 项目名称
可以使用 Xcode>Project>Rename 重命名。 这将重命名所有关联的捆绑包和产品名称。
通常我们习惯于给应用程序命名与项目名称相同。 但根据你的描述你能做的是。
这将工作得很好。 完全没有问题。
希望这有帮助
谢谢
维韦克·纳瓦迪亚
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.
This will work perfectly fine. no issue at all.
Hope this helps
Thanks
Vivek Navadia
您应该能够更改应用程序目标中的“产品名称”,以便更改构建的应用程序包的名称。 您可以在目标检查器的“构建”选项卡下找到此设置。
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.
我所做的是从 重命名 Xcode 项目开始。
What I did was start with Rename Xcode Project.
您可以在应用程序项目文件夹的 Info.plist 中的 Bundle Name 下更改它。
You can change it in the Info.plist of the app's project folder under the Bundle Name.