Pergunta

I'd like to give my app one name for the App Store and one name that appears on the device, as app names that are too long are truncated with '…' on the device but not the store. Is this possible?

Thanks in advance!

Foi útil?

Solução

The app name you specify in Xcode as the name of your project is the one that will appear on the device. The name in the app store is something you set later when you set up your project on iTunes Connect.

To change your homescreen app name, you can change the Bundle Display Name in your info.plist as Shubhank suggests, or you can just rename your project by clicking twice (two separate clicks - not a double-click) on the project name in the left hand sidebar of Xcode.

Outras dicas

Yes..your app can have different name on device and on App store..

Naming your app on app store is kind of basic for an iOS developer.so i won't dive into that..

For on your device....in your project ..in your info.plist change the Bundle Display Name to what you want.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top