Name of App in App Store

只愿长相守 提交于 2019-12-03 13:54:31

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.

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

What I did was start with Rename Xcode Project.

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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!