我正在尝试使用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)必须在每个已批准的版本上递增吗?意思是错误修复了更新以及是否需要破坏App Store中显示的版本标签?
此致
答案 0 :(得分:12)
您不需要更改CFBundleShortVersionString,这里的问题是您的应用已经获得批准,我想这是在“Pending Developer Release”状态。 通过“取消此版本”删除您的应用,然后尝试重新上传。它应该工作。