iOS - Change App Name for Homescreen and Spotlight

我的未来我决定 提交于 2019-11-29 14:53:27

问题


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 Info.plist file. However, I want to display the full name when the user searches for it through spotlight. How can I implement this?

Thanks


回答1:


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.



来源:https://stackoverflow.com/questions/20182852/ios-change-app-name-for-homescreen-and-spotlight

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!