应用程序加载器ERROR ITMS-90062

mat*_*mat 9 app-store appstore-approval ios

我正在尝试使用Application Loader在App Store上传应用程序的更新.我收到以下错误.

ERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [1.0.0] in the Info.plist file must contain a higher version than that of the previously approved version [1.0.0]."
Run Code Online (Sandbox Code Playgroud)

我认为CFBundleShortVersionString被允许保持不变,但是构建号(或"Bundle Version/CFBundleVersion")应该在每个构建时递增.

这是因为版本标签(CFBundleShortVersionString)必须在每个批准的版本上递增吗?意思是错误修复了更新,以及如何突破App Store中显示的版本标签?

问候

Zar*_*aki 17

你不需要更改CFBundleShortVersionString,这里的问题是你的应用程序已被批准,我想它处于"Pending Developer Release"状态.通过"取消此版本"删除您的应用,然后尝试重新上传.它应该工作.

  • 抱歉,在 xcode 或 itunes connect 中哪里取消此版本? (2认同)