Bundle version is the internal version number of your app.

Short version string is the publically visible version of your app.

So for example, if you iterate your version number every time you do an internal build for your beta testers (or whatever), your bundle version might be 2.0.0.12345b7, but you don't want the public to see that, so you set your short version string to 2.0.

Short version string seems to be optional, so if you leave it blank then the bundle version is what people will see (i.e. that's what will be displayed on the App Store).

Your short version string can't have more than 3 parts, e.g. 2.0.1 is okay, but 2.0.0.1 isn't. If you don't have a short version string, then the same rules apply to your bundle ID (basically the public app version has this restriction and the private app version
doesn't).

  • iTunes Connect

    This is the version number shown in the App Store; This must be a pure version number like1.2.3

  • Bundle Version (CFBundleVersion)

    This doesn't need to be a pure version number. This can be something like 12345 or 1.2.3
    (Build 12345AB)
    . This is shown in the About window for Mac OS X apps for example and is often more a "Build Number" than a "Version Number".

  • Bundle Version String (CFBundleShortVersionString) This value is used as the "real" version number. This must be
    the same string as used for the version in iTunes Connect.


版权声明:本文为博主原创文章,未经博主允许不得转载。

最新文章

  1. SolrCloud-4.10.2源代码启动流程梳理
  2. SAM4E单片机之旅——17、通过UART进行标准IO
  3. JavaScript 一些基础练习
  4. Appium Android 屏幕滑动
  5. NULL指针 Void* 和野指针
  6. ubuntu 14.04 64位 下 编译安装MySQL 5.7.11
  7. random.sample
  8. Mob短信验证的具体使用
  9. matlab GUI之常用对话框(三)-- dialog \ errordlg \ warndlg \ helpdlg \ msgbox \questdlg
  10. HDU 5045 Contest
  11. table导出到excel的两种方法
  12. Java多线程的几个常用关键字
  13. React Native学习(八)—— 对接七鱼客服
  14. Spring Boot实战:拦截器与过滤器
  15. JavaScript禁止浏览器默认行为
  16. MUI框架 按钮点击响应不好的问题解决办法
  17. linux学习之命令的排列、替换和别名--2019-04-23
  18. vs2008 "不安全代码只会在使用 /unsafe 编译的情况下出现"的解决方法
  19. 17 Go Slices: usage and internals GO语言切片: 使用和内部
  20. Little Elephant and Array 线段树

热门文章

  1. jsonRPC
  2. Django项目:CRM(客户关系管理系统)--35--27PerfectCRM实现King_admin编辑复选框
  3. JS 生成二维码和加上logo图片
  4. H5C3--视频播放器
  5. [转]IE userData
  6. 使用Pycharm写一个网络爬虫
  7. Linux图形界面安装卸载,与命令界面之间的转换
  8. 查询单表菜单是,sql
  9. 【weex】publishTask
  10. 安装mysql报错2503