简体   繁体   中英

How to change the display name of an iOS app in Xcode 10.1?

我已经尝试使用 info.plist 中的“Bundle display name”键并将值更改为新名称,但是当我在手机上安装该应用程序时,它仍然以旧名称显示。

Please check if you are using localization for Info.plist

In the InfoPlist.strings you can localize the different keys from your Info.plist. Find for something like below:

"CFBundleDisplayName" = "Your app name";
"CFBundleName"  = "Your app name";

please try installing your app on a new phone or reset the current phone and it should start displaying the new app name. You could also verify this on a simulator. Hope this helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM