iPhone App display name

馋奶兔 提交于 2019-12-05 12:30:14

Sometimes when changing the Project Properties it does not work. Project Properties and Target Properties Window look the same. I have mistaken there sooo many times. ;)

You might need to delete the app from the device and reload it for the change to take effect.

The best way to do this is using a key called Bundle Display Name. It has to be added in the info.plist.

DO NOT CHANGE THE PRODUCT NAME IN BUILD SETTINGS. This is not a good approach as it changes your bundle identifier. All you need to change is the product display label.

Note: Make sure to include this in info.plist in your projectTests info.plist also.

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