简体   繁体   English

将 iOS 应用程序上传到 Apple AppStore

[英]Uploading an iOS app to the Apple AppStore

What I'm trying to do is upload an app as version 2.0.1 for the end users.我想要做的是为最终用户上传一个 2.0.1 版的应用程序。 I however get this error message:但是,我收到此错误消息:

ERROR ITMS-90478: "Invalid Version. The build with the version “2.7” can't be imported because a later version has been closed for new build submissions. Choose a different version number."错误 ITMS-90478:“版本无效。无法导入版本为“2.7”的版本,因为已关闭新版本提交的更高版本。选择不同的版本号。”

ERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [2.0.1] in the Info.plist file must contain a higher version than that of the previously approved version [2.7]."错误 ITMS-90062:“此捆绑包无效。Info.plist 文件中密钥 CFBundleShortVersionString [2.0.1] 的值必须包含比先前批准的版本 [2.7] 更高的版本。”

The is in the appstore now under version 1.4.3 and I'm trying to upload 2.0.1:现在在 1.4.3 版的应用商店中,我正在尝试上传 2.0.1:

在此处输入图片说明

The iOS builds for 1.4.3 went up to 2.7 already though, is this going to be a problem if I want to be named 2.0.1 in the store? 1.4.3 的 iOS 版本已经升级到 2.7,如果我想在商店中命名为 2.0.1,这会是一个问题吗? 在此处输入图片说明

This is what I've filled in for version and buildnumber right now:这是我现在为 version 和 buildnumber 填写的内容:

在此处输入图片说明

Try the following.请尝试以下操作。

Rest the build version to 1.0 and than try to upload.将构建版本保留为 1.0,然后尝试上传。

I had the same experience.我有同样的经历。 I made a build version higher than the previous loaded version.我做了一个比以前加载的版本更高的构建版本。

You don't need to worry about the build number.您无需担心内部版本号。 Make your version as 2.7.1.将您的版本设为 2.7.1。 It will eliminate both the errors.它将消除这两个错误。 It worked for me.它对我有用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM