app name unique ?

How is it that several of the Angry Birds apps on my ios device display the same appname as ‘Angry Birds’. Aren’t they supposed to be unique?

Is it that we can designate our displayed appname differently from the ‘internal’, or build name?

Frank
[import]uid: 31039 topic_id: 33653 reply_id: 333653[/import]

The actual app name as it appears on the App Store needs to be unique. The text under the icon can be whatever you’d like. [import]uid: 51654 topic_id: 33653 reply_id: 133862[/import]

Just to elaborate a little further, to set the name on the device put this line in build.settings;

[lua]CFBundleDisplayName = “App Name”[/lua]

Peach :slight_smile: [import]uid: 52491 topic_id: 33653 reply_id: 133884[/import]

so if I put,
CFBundleDisplayName = “GilgameshEpic” as the display name and “GilgameshEpic The First Chapter”
as the appname, am I correct that this is acceptable?

Furthermore, if I submit a second app,
CFBundleDisplayName = “GilgameshEpic”, again as the display app and “GilgameshEpic The Second Chapter”, this would also be acceptable.

Thus, each app would display the same name, GilgameshEpic with their respective appnames.

Frank

[import]uid: 31039 topic_id: 33653 reply_id: 133965[/import]

The actual app name as it appears on the App Store needs to be unique. The text under the icon can be whatever you’d like. [import]uid: 51654 topic_id: 33653 reply_id: 133862[/import]

Just to elaborate a little further, to set the name on the device put this line in build.settings;

[lua]CFBundleDisplayName = “App Name”[/lua]

Peach :slight_smile: [import]uid: 52491 topic_id: 33653 reply_id: 133884[/import]

so if I put,
CFBundleDisplayName = “GilgameshEpic” as the display name and “GilgameshEpic The First Chapter”
as the appname, am I correct that this is acceptable?

Furthermore, if I submit a second app,
CFBundleDisplayName = “GilgameshEpic”, again as the display app and “GilgameshEpic The Second Chapter”, this would also be acceptable.

Thus, each app would display the same name, GilgameshEpic with their respective appnames.

Frank

[import]uid: 31039 topic_id: 33653 reply_id: 133965[/import]

Yes, both are acceptable. [import]uid: 52491 topic_id: 33653 reply_id: 134207[/import]

Yes, both are acceptable. [import]uid: 52491 topic_id: 33653 reply_id: 134207[/import]