Displaying different app name in App Store and on home screen

前端 未结 2 1364
面向向阳花
面向向阳花 2021-02-05 09:33

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

相关标签:
2条回答
  • 2021-02-05 09:54

    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.

    0 讨论(0)
  • 2021-02-05 09:55

    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

    0 讨论(0)
提交回复
热议问题