views:

143

answers:

1

Hi,

I released my iOS app in Apple App Store some weeks ago and want to rename my mobile app now (I only want to add a space). I did not found an "edit name" button in iTunes Connect so I tried to find a solution via google. But I did not find anything about this. Can someone tell me how to rename the app? Is it enough the rename the app in xCode and the name is automatically updated on the next Apple approvement? Or do I have to release a complete new app having the new title?

Thank you, Walter

+2  A: 

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.

MystikSpiral
okay, thanks a lot
Walter Bot