Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

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?').

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top