更改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 ...
随机推荐
- caffe修改需要的东西
https://blog.csdn.net/zhaishengfu/article/details/51971768?locationNum=3&fps=1
- 伪题解 洛谷 P1363 幻想迷宫(DFS)
毒瘤题,做了一晚上抄题解A了 因为是抄题解,我也不好意思说什么了,就发篇博客纪念一下吧 #include<iostream> #include<cstring> #includ ...
- 组件开发中的Controller View模式
“Controller View”模式: 组件嵌套中,最顶层的组件只管理State 子组件为纯组件 顶层组件分配State给子组件,作为子组件的props 子组件接受顶层组件发来的State作为自身的 ...
- 使用CSS来制作类似「黑幕」的效果
网上几乎没有看到这类的代码,留个档 .heimu,.heimu a{ background-color: #252525; color:#252525; text-shadow: none; }::s ...
- mycat中间件安装与使用
前提: 安装JDK版本在7.0及其以上 1.下载: 下载地址在:http://dl.mycat.io/ 选择1.6-release版本下载 2.安装: 直接解压即可: tar -zxf Mycat-s ...
- java获取时间格式
文章来源:https://www.cnblogs.com/hello-tl/p/9263602.html package com.util; import java.text.SimpleDateFo ...
- 我的Python分析成长之路10
matplot数据可视化基础 制作提供信息的可视化(有时称作绘图)是数据分析中最重要任务之一. 1.图片(画布)与子图 plt.figure :创建一张空白的图片,可以指定图片的大小.像素. figu ...
- LeetCode(111) Minimum Depth of Binary Tree
题目 Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the s ...
- 文本搜索grep知识点总结
文本搜索工具:grep, egrep 根据用户指定的模式对目标文件进行过滤,显示被模式匹配到的行 grep [OPTION]... 'PATTERN' FILE... ...
- 虚拟机里linux系统安装 CentOS 64-bit(6.4版本)——笔记
使用的虚拟机是VMware WorkStation 9.0(9.0.0 build-812388) 1. 安装过程中 选择 桥接 此系统可以拥有独立ip.Nat模式跟主机ip一样 2. 安装过程中选择 ...