Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I released an iOS app in the Apple App Store some weeks ago and now want to rename my app (I only want to add a space). I did not find an "edit name" button in iTunes Connect or a solution via google.

Can someone tell me how to rename the app? Is it enough to rename the app in Xcode to get the name to automatically updated with the next Apple approval? Or do I have to release a completely new app with the new title?

Thank you, Walter

share|improve this question

1 Answer

up vote 22 down vote accepted

You will need to do an update to the app store. I would leave your targets and executables the same, just change the Bundle Display Name property in your info.plist to the name you want your app to show on the iphone screen. That should do the trick.

share|improve this answer
okay, thanks a lot – Walter Bot Sep 9 '10 at 13:57
Will editing Bundle Display Name also change the name that is displayed in the App Store? – markdorison Oct 10 '11 at 5:44
4  
This is the display name on the iPhone Springboard. You will setup the name you see in iTunes when you upload your app using iTunes Connect. – MystikSpiral Oct 11 '11 at 2:40
Is it also possible to change CFBundleName without breaking updates? – Jean-Philippe Pellet Mar 14 at 9:13

protected by Will Jan 1 '11 at 22:35

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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