I am confused with all the namings of my App in Xcode, ITunes , Build-Settings->"Product Name" AppID and so on.
Where in the end I will set the name (per language) ? Is this name the same : "under the appicon" and displayed in AppleStore ?
update
I just found out, that this is done with InfoPlist.strings and the value for "CFBundleDisplayName" which can be assigned to languages. But I don't know how to handle these files. Do I copy these files in "finder" or is there a gui/process doing this ?
CFBundleDisplayName = "LOCALIZED_APP_NAME";