mat
mat

Reputation: 611

Displaying different app name in App Store and on home screen

Apparently some apps display a different name on the app store details page than they do once downloaded and placed on the home screen.

This makes good sense since space is highly limited underneath the app icon on the home screen. My question is how to do this?

Where is the name used on the home screen defined?

Where is the name used on the app store applications detail page defined?

Regards

Upvotes: 18

Views: 11231

Answers (2)

Ganzolo
Ganzolo

Reputation: 1394

The name used on the app store applications page detail is defined on iTunes Connect when you upload the app.

The name of your binary is in your Project Setting underneath the Info panel (Bundle display name) when you select your target.

Upvotes: 26

Mick MacCallum
Mick MacCallum

Reputation: 130183

Just to elaborate on @Ganzolo's answer, these images show where each of those are defined. The home screen title is defined in your app's info.plist file in the bundle display name string, and the App Store page name is set when you click add new app in iTunes Connect

Under App title

iTunes Connect add new app page

Upvotes: 21

Related Questions