开发者

App store name and info.plist

开发者 https://www.devze.com 2022-12-30 20:03 出处:网络
I\'ve just completed my first app and having tested I\'m ready for submission. However, despite numerous web searches and reading, I\'m struggling to finalise the method required to enable me to have

I've just completed my first app and having tested I'm ready for submission.

However, despite numerous web searches and reading, I'm struggling to finalise the method required to enable me to have a different name on the app store to the name that appears under the app on the device home screen.

In the info.plist file there is reference to bundle display name, executable name, bundle name, bundle identifier, product name etc.

So, for example, say I would like the app store name to display as:

HELLO WORLD
开发者_运维知识库

and I would like the name below the icon on the device home screen to display as:

HELLO

How should I enter the data in the info.plist file to achieve the above?

Many thanks in advance for your help.

Gav.


The name on the App. Store is set when you submit the app, on the Apple webpage, not in code.

To change the name on the Springboard modify the Info.plist changing Bundle Display Name property from ${PRODUCT_NAME} to the desired name.


In Xcode with your project in view, go to the menu Project | Edit Active Target. In the dialog that appears select the Build tab. Make sure the Configuration drop down has "All Configurations" selected and the Show drop down has "All Settings" selected. In the search field enter "Product Name". One setting should be shown at this point - the product name. Change value as needed.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号