How is an iPhone app named in the store? -


Based on the binary presented, Apple has defined the name or can the name set by the developer?

I changed my app's own display name but did not want to recreate the project to change the old name. So my .app name is not the name that I want to give it to the app store.

The reason for this is that during the development of my app someone presented an app with the same name.

What should I do to resolve this?

  1. You can change your iTunes app every time a new binary is submitted.
  2. Every time you upload a new binary, you can rename your .app bundle name (it changes to info.plist).
  3. If the app is already in the app store, you will need to submit an update to rename the app.

To get two matches, you need to upload a new compressed binary with an app name that looks like at least the iTunes app name, because you can find the Springboard Launch scene) but only show a small amount of name, many people make the name brief or short.

As an example, say that you have an app called "My Brand New App" in iTunes (since this name may be longer). Okay, you want to shorten that name or want to abbreviate it to "new app" or similar in "app bundle" so that the full name fit under the app icon without sorting by the open.


Comments