xcode 在已发布/可用的 iOS 应用程序的苹果商店中更改应用程序名称

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3668201/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 19:43:04  来源:igfitidea点击:

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

iosxcodeapp-store

提问by Walter Bot

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.

几周前我在 Apple App Store 中发布了一个 iOS 应用程序,现在想重命名我的应用程序(我只想添加一个空格)。我没有在 iTunes Connect 中找到“编辑名称”按钮,也没有通过谷歌找到解决方案。

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?

有人可以告诉我如何重命名应用程序吗?在 Xcode 中重命名应用程序是否足以让名称在下一次 Apple 批准时自动更新?还是我必须发布具有新标题的全新应用程序?

回答by MystikSpiral

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.

您需要对应用商店进行更新。我会让您的目标和可执行文件保持不变,只需将 info.plist 中的 Bundle Display Name 属性更改为您希望应用程序在 iphone 屏幕上显示的名称。这应该够了吧。

回答by Gonen

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

要更改将在iPhone 屏幕(“跳板”)上显示的应用程序的显示名称,请
编辑应用程序的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

要更改应用程序的显示名称iTunes应用程序商店
编辑你最后一次修订的详细信息上传到iTunes-
在这里看到,从答案为0x7FFFFFFF
改变应用程序的名称在App Store中