简体   繁体   English

如何在 Xcode 10.1 中更改 iOS 应用程序的显示名称?

[英]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请检查您是否正在使用Info.plist本地化

In the InfoPlist.strings you can localize the different keys from your Info.plist.InfoPlist.strings您可以本地化来自 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.希望这可以帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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