热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

在appStore中更改app名称-changeappnameinAppStore

IhaveappcalledX.Itsalreadyapprovedintheappstore.NowIwantittobecalledXProfo

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中的app name还是只改变设备上的name ?

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

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

4 个解决方案

#1


74  

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

#2


32  

Direct quote from Apple's documentation:

直接引用苹果文件:

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.

我只是搜索它。

#3


16  

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.

当提交新的或更新的应用程序二进制文件时,会输入应用程序在app store上的名称。应用程序名称实际上并没有在应用程序二进制文件中配置。希望是清楚的。如果您想要更改在iOS中的图标下显示的启动名称,那么您可以在实际的项目配置中更改它。

#4


5  

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 nama.
  • 在iTunesConnect登录苹果账号,进入你想要更改Appstore nama的应用。
  • You can fond the fild at the left side called App Information like following screenshot:
  • 你可以在左边的fild上调用App信息,比如下面的截图:

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 a 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应用程序。


推荐阅读
author-avatar
好宝贝蛋_282
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有