更改App名称
To change the installed application name, in Xcode:
1. Select your Target on the left side under Groups & Files
2. Select File > Get Info
3. Select the Build tab
4. From the Configurations popup, select All Configurations
5. In the search box, type in "product name"
6. Double-click the entry field and type in the new name of your product, and select OK.
7. In your Info.plist, change your Bundle Display Name and your Bundle Name appropriately.
8. Do a clean build (Build > Clean all targets; Build > Build)
Once you’ve completed these steps, you should have a newly built binary in the Products folder. It is important not to change your Bundle Identifier which is used to uniquely identify your application in the App Store. Changing the Bundle Identifier will prevent users from upgrading, and effectively introduce a new application rather than an update.
If necessary, be sure to update the application name in iTunes Connect, as well as in any other metadata references or screenshots.
If you have any questions about this response, or would like to discuss it further, please feel free to reply to this email. We look forward to reviewing your revised app.
Best Regards,
App Review Team
iPhone Developer Program
要更改已安装的应用程序的名称,在Xcode:
1。在左侧选择您的目标下组和文件
2。选择“文件”>“获取信息
3。选择“生成”选项卡
4。从配置弹出窗口中,选择“所有配置
5。在搜索框中,键入“产品名称”
6。在您的产品名称,双击输入字段和类型,并选择“确定”。
7。在你的Info.plist,适当改变你的捆绑显示名称和你的软件包名称。
8。做一个干净的构建(“生成”>“清理所有的目标;”生成“>”生成)
一旦你完成了这些步骤,你应该有一个新建的二进制产品文件夹中。重要的是不要改变你的捆绑标识符是用来唯一标识您的应用程序在App Store中。的捆绑标识符的更改会阻止用户升级,并有效地引进新的应用程序,而不是更新。
如果有必要,请务必更新应用程序的名称在iTunes Connect,以及在任何其他元数据引用或截图。
有关该响应,如果您有任何疑问,或想进一步讨论这个问题,请随时回复此邮件。我们期待审查经修改的应用程序。
最好的问候,
应用程序审查小组
iPhone开发者计划
更改App名称的更多相关文章
- JAVA-android 更改APP名称与图标
首先要在你的资源文件放入你想换的图标图片拖到drawable-XX文件夹下,然后你打开AndroidManifest.xml这个配置清单文件找到application标签里的这句android:ico ...
- 更改Xamarin Android App名称
更改Xamarin Android App名称 Xamarin Android生成的App名称默认和项目名一致.修改该名称有两种方式. 第一种方式:右击Android项目,选择“属性”命令,然 ...
- 在AndroidManifest(清单文件)中注册activity(活动)及配置主活动、更改App图标、App名称、修改隐藏标题栏
打开app/src/main/AndroidManifest. <?xml version="1.0" encoding="utf-8"?> < ...
- 17.iOS App设置icon,启动图,App名称的方法
icon:选择Assets-->AppIcon-->将各种尺寸的icon拖拽到相应的框中. APP名称:选择info-->Bundle name,修改APP名字. 启动图: 首先点击 ...
- svn 切出指定版本、更改版本名称、删除分支
1,切出指定版本 svn copy svn://192.168.1.52/help/branches/help_forShop_140307 -r 170 svn://192.168.1.52/hel ...
- 设备版本,设备号,APP版本,APP名称获取
//获取设备id号 UIDevice *device = [UIDevice currentDevice];//创建设备对象 NSString *deviceUID = [[NSString allo ...
- WCF X.b 操作引用了已经从 Y.b 操作导出的消息元素 [http://tempuri.org/:b]。可以通过更改方法名称或使用 OperationContractAttribute 的 Name 属性更改其中一个操作的名称...
详细错误如下: 很可能由 IncludeExceptionDetailInFaults=true 创建的 ExceptionDetail,其值为: System.InvalidOperationExc ...
- VS2010中更改项目名称(转载)
一.修改解决方案的名称:直接选择解决方案,右键重命名即可.
- 获取iOS应用的版本号和app名称
NSDictionary* infoDict =[[NSBundle mainBundle] infoDictionary]; NSString* versionNum =[infoDict obje ...
随机推荐
- (八)VMware harbor 成员管理
(一)VMware harbor 成员管理 可以给项目添加成员,成员必须是已经注册的成员. 添加成员后,成员就会有4种角色:项目管理员,维护人员,开发人员,访客. 1.1 新建成员 1.2 修改角色 ...
- 并查集+思维——The Door Problem
一.问题描述(题目链接) 有n个门和m个开关,每个开关可以控制任意多的门,每个门严格的只有两个开关控制,问能否通过操作某些开关使得所有门都打开.(给出门的初始状态). 二.问题分析 大部分开关问题首先 ...
- ndarray数组变换
import numpy as np 维度变换 a = np.arange(24) a array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 ...
- 团队作业-Beta冲刺第三天
这个作业属于哪个课程 <https://edu.cnblogs.com/campus/xnsy/SoftwareEngineeringClass1> 这个作业要求在哪里 <https ...
- 二、pandas入门
import numpy as np import pandas as pd Series: #创建Series方法1 s1=pd.Series([1,2,3,4]) s1 # 0 1 # 1 2 # ...
- iOS UI 设计
优设 http://www.uisdc.com Sketch http://www.sketchcn.com
- TUN/TAP/VETH
TUN/TAP虚拟网络设备为用户空间程序提供了网络数据包的发送和接收能力.他既可以当做点对点设备(TUN),也可以当做以太网设备(TAP). TUN/TAP虚拟网络设备的原理: 在Linux内核中添加 ...
- link与@import导入css样式区别
XML/HTML代码<link rel="stylesheet" rev="stylesheet" href="CSS文件" type ...
- gpio/外设/控制器
1.项目中所有的外设pad都是通过GPIO与控制器相连的.比如FSHC<=>gpio<=>flash 2.gpio类似多个 mux 集合. 3.对于与gpio相连的pad具体结 ...
- LeetCode(150) Evaluate Reverse Polish Notation
题目 Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, ...