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