更改已发布/可用的 iOS 应用程序的 Apple Store 中的应用程序名称
几周前我在 Apple App Store 中发布了一个 iOS 应用程序,现在想重命名我的应用程序(我只想添加一个空格)。我在 iTunes Connect 中没有找到“编辑名称”按钮,也没有通过 google 找到解决方案。
有人可以告诉我如何重命名应用程序吗?在 Xcode 中重命名应用程序以便在下次 Apple 批准时自动更新名称是否足够?或者我是否必须发布一个具有新标题的全新应用程序?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要对应用商店进行更新。我会让你的目标和可执行文件保持不变,只需将 info.plist 中的 Bundle Display Name 属性更改为你希望应用程序在 iPhone 屏幕上显示的名称。那应该可以解决问题。
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.
要更改应用程序在 iPhone 屏幕 上显示的显示名称(“跳板”),
编辑应用程序的plist。
要更改应用程序在 iTunes App-Store 中的显示名称,
编辑您上传到 iTunes 的最新版本的详细信息 -
请参阅 0x7fffffff 的答案:
在 App Store 中更改应用名称
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