该捆绑包无效。 iPhone应用程序提交错误

发布于 2024-11-06 20:20:35 字数 498 浏览 1 评论 0原文

此前,客户在 iTunes 连接上上传了相同的应用程序,但由于某种原因被拒绝。

经过一些修改后,我需要再次上传二进制文件。

之前的二进制详细信息是

在此处输入图像描述

现在,这里是当前的 info.plist 详细信息,

在此处输入图像描述

我正在使用 Xcode 4.0

当我尝试从 Xcode 验证产品时,出现此错误, 在此处输入图像描述

我在 Info.plist 中尝试了不同的 CFBundleVersion。但仍然出现错误。

我清理了项目,删除了构建,还重新安装了 Xcode 并重试,但没有用。

请帮我。

Perviously the client uploaded same app on iTunes connect and rejected for some reason.

After some modifications I need to upload the binary again.

The previous binary details are,

enter image description here

Now, here are the current info.plist details,

enter image description here

I am using Xcode 4.0

When I tried to validate product from Xcode I got this error,
enter image description here

I tried different different CFBundleVersion in the Info.plist. but still error occurs.

I cleaned project, deleted build, also re-installed Xcode and retried but no use.

Please help me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

静若繁花 2024-11-13 20:20:35

所以看来这需要是一个不断增加的版本号,并且当营销版本号发生变化时无法重置。看来您可以在此处使用您的 VCS 修订号;在我的应用程序中,我显示营销版本号,如果用户“单击”它,它会在末尾添加内部版本号(CFBundleVersion)。这样做的主要目的是保持版本号干净简单,同时也允许 QA 和 Beta 测试人员确定他们正在测试的产品的确切版本。 Subversion 修订版号肯定会帮助我们追踪正在使用的版本,但在这种情况下,这对我来说将是一个奇怪的版本号跳跃(6 -> ~74000)。


基本上我必须在 itunes connect 和 xcode 中将 1.1f 更改为 1.11。必须从版本号中删除 f。不允许使用阿尔法!

参考: 不能使用新版本号更新应用程序

So it looks like this needs to be an ever-increasing version number and can't reset when the marketing version number changes. It seems like you could use your VCS revision number here; in my app I display the marketing version number and if the user "clicks" on it it adds the build number (CFBundleVersion) on the end. The primary purpose of this is to keep the version number clean and simple, but also allow QA and beta testers to determine the exact version of the product they're testing. The Subversion revision number would certainly help us track down the build being used, but in this case that'll be a strange version number jump for me (6 -> ~74000).


basically i had to change 1.1f to 1.11 in both itunes connect and in xcode. the f had to be removed from the version number. no alphas allowed !

Reference: Can't Update App with New Version Number

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文