iPhone application name on iTunes

╄→尐↘猪︶ㄣ 提交于 2019-11-30 05:16:22

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.

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.

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" ".

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