ios 在 App Store 中更改应用名称

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/10383593/
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-08-30 18:10:19  来源:igfitidea点击:

change app name in App Store

iosxcodeapp-store-connect

提问by Zura

I have app called "X". It's already approved in the app store. Now I want it to be called "X Pro" for some reasons. What should I edit in plist or ITC to change this name? I guess I should change bundle_name or bundle_display_name, but will it change app name in the App Store or it will change just name on the device?

我有一个名为“X”的应用程序。它已经在应用商店中获得批准。现在出于某些原因,我希望将其称为“X Pro”。我应该在 plist 或 ITC 中编辑什么来更改此名称?我想我应该更改 bundle_name 或 bundle_display_name,但它会更改 App Store 中的应用程序名称还是只会更改设备上的名称?

Create new app in ITC is not an option coz app is already approved. Thanks!

在 ITC 中创建新应用程序不是一个选项,因为应用程序已经被批准。谢谢!

回答by Mick MacCallum

If you have already created the new version in ITC, you can edit your apps name with the following steps:

如果您已经在 ITC 中创建了新版本,您可以通过以下步骤编辑您的应用程序名称:

In iTunes Connect, click your app and you will see versions at the bottom of the page, click "View Details" of your updated version (e.g. 1.1).

在 iTunes Connect 中,单击您的应用程序,您将在页面底部看到版本,单击更新版本(例如 1.1)的“查看详细信息”。

Then click "Edit" next to "Metadate and Upoads"

然后单击“元数据和上传”旁边的“编辑”

enter image description here

在此处输入图片说明

In the pop-up change the text in the field "App Name"

在弹出窗口中更改“应用程序名称”字段中的文本

enter image description here

在此处输入图片说明

回答by Eugene

Direct quote from Apple's documentation:

直接引用 Apple 的文档:

You can change the name of your existing app only when submitting an update of your app binary. If you submit an app name which is already in use within the same geography in which your app is sold, you will be prompted to enter another name.

只有在提交应用程序二进制文件的更新时,您才能更改现有应用程序的名称。如果您提交的应用名称已在销售您的应用的同一地理区域内使用,系统将提示您输入另一个名称。

I just googled it.

我只是用谷歌搜索了一下。

回答by jcpennypincher

The name of the app as it appears on the app store is entered when submitting a new or updated app binary. The app name is not actually configured inside the app binary itself. Hope that is clear. If you want to change the launcher name as it appears below the icon in iOS, then you can change that in your actual project configuration.

提交新的或更新的应用程序二进制文件时,会输入应用程序商店中显示的应用程序名称。应用程序名称实际上并未在应用程序二进制文件本身中配置。希望这很清楚。如果要更改 iOS 中图标下方显示的启动器名称,则可以在实际项目配置中更改该名称。

回答by Nitin Gohel

With the new updation of iTunesConnect Layout You can change the application name for Appstore by following steps.

随着 iTunesConnect 布局的新更新,您可以按照以下步骤更改 Appstore 的应用程序名称。

  • Login with you Apple id at iTunesConnect and go in to the app that you want to change Appstore name.
  • Find the field at the left side called App Informationlike in the following screenshot:
  • 在 iTunesConnect 使用您的 Apple ID 登录,然后进入您要更改 Appstore 名称的应用程序。
  • 找到左侧的字段,App Information如下面的屏幕截图所示:

enter image description here

在此处输入图片说明

  • Here you can find the editable filed called Name?that you need to change name what you want to use for next and just save it.
  • 在这里,您可以找到名为Name?您需要更改名称的可编辑文件,接下来要使用的名称并保存即可。

NOTE:You can only edit application name for the app store if your app is as an updated version or rejected state. Live app can not be able to change the name if you want to change name you must be create a new version of your live app.

注意:如果您的应用程序处于更新版本或被拒绝状态,您只能编辑应用程序商店的应用程序名称。Live 应用程序无法更改名称如果您想更改名称,您必须创建一个新版本的 Live 应用程序。