App store name and info.plist

自作多情 提交于 2019-12-05 04:16:41

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.

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