Hi,
I would like to modify App name in the store.
If I change it in the app's back office, do I have to change something in the application code or something else ?
Thanks for your feedbacks
Best regards,
Hi snathan,
The minimum change you need to make is to the App Name field on iTunes Connect. The bundle identifier cannot be changed, so all builds with that bundle identifier will still be linked to the newly renamed app.
The next change would be to change the display name in the project settings, which will ensure that the app's name on the user's device matches the app's name in the store.
The final level of changes would be to change the project name, and any class names that referenced the original name (if any).
If the name change is significant but the functionality is not changing significantly, then the App Store won't have an issue.
But if the app has been released, and the name change is significant and the functionality is significantly different, then the App Store will tell you to submit under a new bundle ID.