Which iOS app version/build number(s) MUST be incremented upon App Store release?

后端 未结 10 1054
南笙
南笙 2020-11-27 09:36

Version/build fields for an iOS app include:

  • "Version" CFBundleShortVersionString (String - iOS, OS X) specifies the release versi

10条回答
  •  -上瘾入骨i
    2020-11-27 10:33

    CFBundleVersion and CFBundleShortVersionString must be greater than the app's last version number. It's a good practice to keep them same. You should find them in your -info.plist.

    When you try to validate the app in organizer it will throw an error if either of them has not been incremented. Happened to me last night.

提交回复
热议问题