Change app name in apple store of an already released/available iOS app

巧了我就是萌 提交于 2019-12-03 07:44:11

问题


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?


回答1:


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.




回答2:


To change the displayed-name of your application as it will show on the iPhone screen ("springboard"),
edit your application's plist.

To change the displayed-name of your application in iTunes App-Store,
edit the details of the last revision you have uploaded to iTunes -
see here the answer from 0x7fffffff:
change app name in App Store



来源:https://stackoverflow.com/questions/3668201/change-app-name-in-apple-store-of-an-already-released-available-ios-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!