苹果开发 - ios 提交审核 通不过
迷茫
迷茫 2017-04-17 17:41:39
0
2
1195

苹果邮件如下:

Invalid or Non-Increasing CFBundleVersion - The value specified in the bundle's Info.plist file for the key CFBundleVersion must be a string consisting of any number of dot-separated components, where each component is composed only of the digits 0 through 9. For example, any of the following are syntactically valid values for CFBundleVersion: "1.0", "4.2.1", "5545.12", "1.4.0.0.5"; whereas the following are all syntactically invalid: "GX5", "3.4.2b6", "2.6GM", "1.0 (Gold)", "-3.6". Additionally, each updated version of the same application must have a CFBundleVersion that increases relative to that of the previous version that was actually made available for sale on the iTunes Store. For example, if a previously-available version had a CFBundleVersion of "1.4", then any of the following would be acceptable as the next update: "1.4.0.0.0.0.5", "1.4.1", "1.4.332", "1.5"; but all of the following (though syntactically valid) would be unacceptable: "1.4", "1.3", "1.3.99999", "0.9". For more information about the CFBundleVersion key and the Info.plist file, see Apple's Runtime Configuration Guidelines at http://developer.apple.com/library/ios/documentation/MacOSX/Conceptual/BPRuntimeConfig/index.html

Once these issues have been corrected, use Xcode or Application Loader to upload a new binary to iTunes Connect. Choose the new binary on the app’s Details page in My Apps on iTunes Connect, and click Submit for Review.

Regards,

The App Store team

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

모든 응답(2)
左手右手慢动作

새 앱이나 버전이 출시될 때마다 Apple에서는 버전 번호를 입력하도록 요구합니다. 이 버전 번호는 CFBundleShortVersionString에 해당합니다. 또한 성공적으로 업로드한 후(검토 또는 통과하지 않음) 버그를 수정하거나 기능을 변경한 경우 패키징 및 게시 시 CFBundleVersion이 이전 버전보다 커야 합니다.

예를 들어 처음에 버전: 1.5.1, 빌드: 3.4.2를 업로드한 후 신청이 거부되었습니다. 수리한 후 다시 패키징하여 업로드했는데 버전은 여전히 ​​1.5.1이었습니다. 빌드는 3.4.2보다 커야 하며 3.4.3, 3.4.5, 3.8.5 등이 될 수 있습니다. 버전 1.5.1이 검토를 통과하고 새 버전이 출시되면 다음에 업로드할 때 버전은 1.5.1보다 높지만 1.1.0과 같이 빌드를 다시 시작할 수 있습니다. 버전 1.5.1에 ​​또 다른 문제가 있어 수정된 애플리케이션을 다시 업로드하려면 빌드가 마지막으로 성공적으로 업로드된 빌드, 즉 1.1.0보다 커야 합니다.

참고: http://www.jianshu.com/p/538c2c39e02e【4. 앱스토어 출시】

小葫芦

번들 버전이 없습니다. 즉, 프로젝트 설정에서 버전 번호 아래의 빌드 번호
스크린샷:

최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!