what are the consequences of itunes app name being different then xcode project name? Will my app not be accepted into the store if they are dfferent? fyi I already created an app called X on itunes connect and linked it to an xcode project named Y. so is it possible to rename my project in xcode as also X and create a new app on itunes named x and then connect them?

link|improve this question

25% accept rate
feedback

3 Answers

up vote 0 down vote accepted

Many apps have up to 6 different names. (project, target, product(file name), bundle ID suffix, bundle display (under icon) name, app store name, advertising name, etc.). You can configure these names all individually (I usually do). No problem as far as Apple is concerned, unless some of them are misleading or a trademark violation or something.

link|improve this answer
Can I change the bundle display name from the xcode project info screen? without breaking anything? thank you. – osnewb Sep 11 '11 at 17:51
feedback

It doesn't matter at all. Project name and even bundle name can be anything. The only thing matter is your bundle id matches app id in the iTunes Connect.

link|improve this answer
feedback

It doesn't matter at all. Apple doesn't see your xcode project, just the binary you submit. As long as the binary settings, like the code signing identity are correct, you could name it anything. Also, I don't reccomd renaming your project. If you do it manually, you will break the project. And if you use xcode's built in way its kinda weird, from my experiences.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.