如何更改iPhone应用程序的版本号

发布于 2024-11-09 17:50:43 字数 214 浏览 0 评论 0原文

我有一个经过应用商店批准的应用程序,版本为 1.0,我想将该应用程序更新到版本 2.0。我在 iTunes 中将版本更改为 2.0。处于“等待上传”状态。我在 1.0 版本中做了一些代码修改,并将捆绑版本更改为 2.0。当我准备使用 xcode 上传 appbinary 时,它仍然显示版本为 1.0。如果我点击验证按钮,它会显示一条消息,表明它已经上传。我应该更改捆绑包标识符吗?如果你们能帮助我,我将非常感激。

I have an app approved by app store that is version 1.0, and I want to update the app to version 2.0. I changed version to 2.0 in iTunes. It's in the "waitin for upload" state. I have made some code modification in my version 1.0 and changed the bundle version as 2.0. When I am about to upload the appbinary using xcode, it still shows the version as 1.0. If I m to click the validate button, it gives a message that it's already uploaded. Should I change the bundle identifier? I'd be so grateful if you guys could help me out.

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

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

发布评论

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

评论(3

爱的十字路口 2024-11-16 17:50:43

在编译最终发布版本之前,您应该更新 Info.plist 文件中的 BundleVersion。

You should update the BundleVersion in your Info.plist file prior to compiling your final release build.

若水般的淡然安静女子 2024-11-16 17:50:43

iTunes 状态是否为“等待上传”?如果没有,那么您还没有告诉 itunesconnect 您已准备好上传二进制文件。

Is the iTunes state "Waiting for Upload"? If not, then you have not yet told itunesconnect that you are ready to upload binary.

夏花。依旧 2024-11-16 17:50:43

删除您的构建文件夹和/或检查您的目标以确保您正在构建发布目标而不是尝试发送旧的发布构建。

Delete your build folder and/or check your target to make sure you are building your release target and not trying to send an old release build.

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