应用商店名称和info.plist [英] App store name and info.plist

查看:177
本文介绍了应用商店名称和info.plist的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚完成了我的第一个应用程序并测试了我已准备好提交。

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.

在<$ c中$ c> info.plist 文件中包含对包显示名称,可执行文件名,包名称,包标识符,产品名称等的引用。

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

我应该如何输入数据在 info.plist 文件中实现上述目标?

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

非常感谢您的帮助。

Gav。

推荐答案

App上的名字。在Apple网页上提交应用程序时设置商店,而不是代码。

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

要更改Springboard上的名称,请修改Info.plist,更改 Bundle将商家名称属性从$ {PRODUCT_NAME}显示为所需名称。

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

这篇关于应用商店名称和info.plist的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆