Naming an iOS app for submission

人走茶凉 提交于 2019-11-27 14:48:56

问题


iTunes Connect accepts names for the app to include symbols like "+". But when I am trying to submit the app with an Xcode project name that includes "+" I receive the error that the name of the project or the name of the application (or product, do not remember which) cannot include symbols like "+". So I ended up removing the "+" symbol from the name of the product. Therefore the name on the App Store includes "+" but when installed on the device the name does not include the symbol "+". How can I resolve this issue in the next submission? What name will be the name of the app on the device? How can it include "+" and pass the test for submission?


回答1:


If you ONLY want to change the app "Display Name", this is the name that appears on the users iPhone when they download the app.

1.) Go to your info.plist and add a new line, set the Key to "Bundle Display Name."

2.) Enter whatever name you would like up to 12 Characters. This can include ANY character you want. i.e. +_)(*&^%$#@!

If you ever having issues with the app name not matching with the name setup in iTunes Connect then double click slowly on the Xcode Project name on the top left. Change this name and a window will pop up asking you to rename the whole project, select yes and the name of your project will be change. This is where you need to make sure the names match in both Xcode and iTunes Connect.




回答2:


Project info -> Targets (click on app icon entry) -> Build Settings -> Product Name

from: Change name of iPhone app in Xcode 4

A quick app store search and purchase shows that iTunes Connect allows for unicode symbols (those include !@#$%^&*-+= also). But for an app bundle name, it is invalid. Punctutuation symbols are OK (As in the app Where's My Water's title on the device is just 'Water?').



来源:https://stackoverflow.com/questions/8115205/naming-an-ios-app-for-submission

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!