iTunes Connect:带有特殊字符的应用程序名称(德语“umlaute”)
今天,我想提交一个新的德语应用程序,应用程序名称中有一个“元音变音”:“Börse”。 AppStore 中有很多带有特殊字符“Diät、Führerschein”等的应用程序。
当我输入应用程序名称时,JavaScript onBlur 事件会将名称发送到服务器,然后每个特殊字符都会被删除。
谁能确认这个问题吗?我在 OS X Snow Leopard、Windows 7、Chrome、Safari、Firefox 下进行了测试。我也禁用了 JavaScript,但仍然没有运气。
屏幕截图:
http://dl.dropbox.com/u/2213241/Bildschirmfoto%202011-09-26%20um%2016.11.31.png
http://dl.dropbox.com/u/2213241/Bildschirmfoto%202011-09-26%20um%2016.11.16.png
有人有解决方法吗?我还创建了一张苹果支持票。
Today I wanted to submit a new german app with an 'umlaut' in app name: "Börse".
There are plenty of Apps in the AppStore with special characters "Diät, Führerschein" etc.
When I enter the app name a JavaScript onBlur event send the name to a server and then every special charcters are stripped out.
Can anyone confirm this problem? I tested it under OS X Snow Leopard, Windows 7, Chrome, Safari, Firefox. I also disabled JavaScript, but still no luck.
Screenshots:
http://dl.dropbox.com/u/2213241/Bildschirmfoto%202011-09-26%20um%2016.11.31.png
http://dl.dropbox.com/u/2213241/Bildschirmfoto%202011-09-26%20um%2016.11.16.png
Anyone has a workround for this one? I also created a apple support ticket.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
过去,我保留产品名称字母数字,但使用 Info.plist 文件中的捆绑显示名称来使用其他/不同的字符。
不久前,我遇到了类似的问题,即 + 字符 - 我无法使用捆绑包名称中的字符签署任何应用程序。因此,我将名称从 Xxx+ 更改为 XxxPlus,并将捆绑包显示名称设置为 Xxx+。看起来我希望它在 GUI 中出现并且签名工作得很好。
In the past, I've kept the product name alphanumeric but used the Bundle Display Name in the Info.plist file to use additional/different characters.
I ran into a similar problem a while back with the + character - I couldn't sign any apps with the character in the bundle name. So, I changed the name from Xxx+ to XxxPlus and set the Bundle Display Name to Xxx+. Looked like I wanted it to in the GUI and the signing worked fine.