xcode 当状态为“等待审核”时,iTunes 连接替换二进制文件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/26983049/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
itunes connect replace binary when status is "waiting for review"
提问by user2924482
We found bug after we submit the binary for approval in itunes connect and we upload a new build but we can not figure out how to replace the new build in itunes connect. the status of the build active.
我们在 itunes connect 中提交二进制文件以供批准并上传新版本后发现错误,但我们无法弄清楚如何在 itunes connect 中替换新版本。构建活动的状态。
Any of you knows how can replace the binary is for a approval with the new version of the binary?
你们中的任何人都知道如何替换二进制文件以获得新版本的二进制文件的批准?
I found this : How to replace app in itunes connect, while waiting in review?
我发现了这个:如何在等待审核时替换 iTunes Connect 中的应用程序?
But it seems to make reference to the old version of itunes connect.
不过好像是参考了旧版的itunes connect。
采纳答案by Puran
Create a new build with new version, say your app version is 1.0, you need a new build with 1.0.1 but keep the version same.
Submit the build from xCode and wait for sometime, it takes a while to show up in the iTunes connect
In your app detail page now you should be able to click Build and select the right build version
使用新版本创建一个新版本,假设您的应用程序版本是 1.0,您需要一个 1.0.1 的新版本,但保持版本不变。
从 xCode 提交构建并等待一段时间,它需要一段时间才能显示在 iTunes 连接中
现在,在您的应用详细信息页面中,您应该能够单击构建并选择正确的构建版本
I think this is what i did when i had the same scenario. Hope it helps!
我想这就是我在遇到相同场景时所做的。希望能帮助到你!
回答by anil72178
Create a new Archive with new Bundle version Short,String In Your Info.plist. Ex.1.1 After That And Yes Donot Change Your version keep it same as previous vesion.
After That Upload Your Binary
Your App Detail Page Go to build setting and Remove Old Binary And Choose new binary that you previosly uploaded..It may Be help you.
在您的 Info.plist 中使用新的 Bundle 版本 Short,String 创建一个新存档。Ex.1.1 之后,是的,不要更改您的版本与以前的版本保持一致。
之后上传你的二进制文件
您的应用程序详细信息页面转到构建设置并删除旧二进制文件并选择您之前上传的新二进制文件..它可能对您有所帮助。
回答by Sergiob
You just need to change the build number (from 1 to 2 for example) in the application info page (inside Xcode). The build number is enough (do not change the version ... I mean leave x.y as it was before). The build number would be enough to have a new entry in the list of builds in iTunes Connect. If you have already submitted the app, you have a button to cancel the review (if it's is not completed yet). Then resend the app for review (choosing by the list of available builds) and that's it.
您只需要在应用程序信息页面(在 Xcode 内)中更改内部版本号(例如从 1 到 2)。内部版本号就足够了(不要更改版本......我的意思是让 xy 保持原样)。版本号足以在 iTunes Connect 的版本列表中添加一个新条目。如果您已经提交了应用程序,您有一个按钮可以取消审核(如果尚未完成)。然后重新发送应用程序以供审核(通过可用版本列表进行选择),就是这样。
回答by SeanMC
You can't remove and replace the build anymore until you remove the app from review.
在您将应用程序从审核中移除之前,您无法再移除和替换构建版本。
You go to your app detail page, under App Store, in app store connect, then at the top of the page there's a blue notification that indicates and confirms that in order to submit a new-build you must remove the version from review and gives you a link to click to do that.
您转到您的应用详细信息页面,在 App Store 下,在应用商店连接中,然后在页面顶部有一个蓝色通知,表明并确认要提交新版本,您必须从中删除该版本并提供您可以点击链接来执行此操作。
Once you do, you can scroll down to builds and click the minus button on your build to remove it and then add a new one.
完成后,您可以向下滚动到构建并单击构建上的减号按钮将其删除,然后添加一个新的。