iOS - Change App Name for Homescreen and Spotlight

前端 未结 1 1521
被撕碎了的回忆
被撕碎了的回忆 2020-12-31 22:03

I\'m working on a new iOS App, and it has a pretty long name, so I display a shortened version on the homescreen by chaing the Bundle Display Name value in the

相关标签:
1条回答
  • 2020-12-31 22:48

    Your app can have two names:

    • Bundle Display Name, which is the name that is displayed on the home screen (Springboard)
    • iTunes Connect name, which is the name you give apple when you submit your app to the Appstore

    Spotlight indexes both names for search. so you can have the longer name as your iTunesConnect name and the shortened version on the bundle display name. And both will be searchable.

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