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
Go to the app > manifests > AndroidManifest. xml file and change the android:label field in your application node in AndroidManifest.
In the Shortcuts app on your iOS or iPadOS device, tap on the shortcut you want to rename. Tap the down arrow next to the shortcut name, then tap Rename. Type a new name, then tap Done.
There's a file called app. json in the root of your project. Just change the "displayName" then delete ios folder and run "react-native eject". Save this answer.
Your app can have two names:
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With