我正在尝试使用 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]."
我认为允许 CFBundleShortVersionString 保持不变,但构建号(或“Bundle Version/CFBundleVersion”)应该在每次构建时递增。
这是因为版本标签 (CFBundleShortVersionString) 必须在每个 approved 版本上递增吗?意味着错误修复更新等需要修改 App Store 中显示的版本标签?
最佳答案
您不需要更改 CFBundleShortVersionString,这里的问题是您的应用已经获得批准,并且处于“Pending Developer Release” 状态。 通过“取消此次发布”删除您的应用,然后尝试重新上传。它应该有效。
关于ios - 应用程序加载器错误 ITMS-90062 : The value for key CFBundleShortVersionString must contain a higher version,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34919075/