xcode 应用名称中的特殊字符

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5448750/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 20:40:11  来源:igfitidea点击:

Special Characters in App Name

iphonexcodeapp-store

提问by fabian789

I would like to use a special character in the name of my app (é to be precise). When using the name for the Xcode project, strange things happen. So I thought I could name the project something else, without the special character. The real name though should still appear on the iPhone, in iTunes and in the App Store. So my question is: Is it enough to change the Bundle display nameproperty? As far as I know, the App Store name can be set when the app is sent to Apple, is this correct?

我想在我的应用程序名称中使用一个特殊字符(准确地说是 é)。使用 Xcode 项目的名称时,会发生奇怪的事情。所以我想我可以用别的名字命名这个项目,没有特殊字符。但真实姓名仍应出现在 iPhone、iTunes 和 App Store 中。所以我的问题是:更改Bundle 显示名称属性是否足够?据我所知,应用发送给苹果时可以设置App Store名称,这样对吗?

I would appreciate some help, Fabian

我希望得到一些帮助,法比安

回答by Fattie

The Bundle display name is what actually shows up on user's devices.

Bundle 显示名称是实际显示在用户设备上的名称。

Yes, it can be CLOSE TO the "official" app name.

是的,它可以接近“官方”应用程序名称。

It does not have to be absolutely identical, so you don't have to panic about accents, etc.

它不必完全相同,因此您不必担心口音等。

(If it is very different, Apple will reject it.)

(如果它非常不同,Apple 将拒绝它。)

For example, it's normal to have reasonable abbreviations, and there would be no problem if you had for example accents in one and not the other.

例如,有合理的缩写是正常的,如果你在一个而不是另一个中有口音,那就没有问题。

回答by Steve Jernigan

I had the same problem because I wanted to add a ? symbol after my app name. When you're putting in your Application Name in iTunes Connect, it accepts special characters. To do one, with your cursor in the text box on the web page, select Edit -> Special Characters...and select your character.

我遇到了同样的问题,因为我想添加一个 ? 我的应用程序名称后的符号。当您在 iTunes Connect 中输入应用程序名称时,它接受特殊字符。要做到这一点,请将光标放在网页上的文本框中,选择Edit -> Special Characters...并选择您的角色。