简体   繁体   English

itunesConnect,选择要测试的iOS版本不是最新版本

[英]itunesConnect, Select an iOS version to test is not the latest version

My connection was dropped while I am uploading the archive to the apps store.. and it showed Uploaded successfully with big green tick.. 当我将存档上传到应用程序商店时,我的连接被删除..它显示已成功上传大绿色勾选..

And also it goes to the app store and wait forever in the processing state. 它也会进入应用商店并在处理状态下永远等待。 So I just uploaded it with the new build number and it's processed within less than 10 minutes. 所以我只是用新的内部版本号上传它,并在不到10分钟的时间内处理完毕。

but troubles are not over :( 但麻烦还没有结束:(

then I couldn't select my latest build for test it still showed that stuck one.. 然后我无法选择我的最新版本进行测试它仍然显示卡住了一个..

What can I do for this ? 我能为此做些什么?

在此输入图像描述

==================================================================== ================================================== ==================

在此输入图像描述

This has happened to me a few times already ie when a binary doesn't finish processing due to connection drop or other issues (on apple side). 这种情况已经发生在我身上几次,即当二进制文件由于连接丢失或其他问题(苹果方面)没有完成处理时。

Just upload a new build and use that build for release or test flight. 只需上传新版本并将该版本用于发布或测试版本。 Don't worry about the build that never finishes. 不要担心永远不会完成的构建。 Just ignore it and move on. 只是忽略它并继续前进。

If you are still seeing build 2 as the latest under testfligth section, then logout, clear your browser cache, log back in and see. 如果您仍然将build 2视为testfligth下的最新部分,则注销,清除浏览器缓存,重新登录并查看。 Clearly your build 3 is the latest one. 显然你的构建3是最新的。 itunesconnect is super flaky. itunesconnect非常片状。

Use apple support as a last resort. 使用苹果支持作为最后的手段。 They will take days to solve something as simple as this. 他们需要几天的时间才能解决这个问题。

In my experience when the build stays greyed out and (processing) for longer than a few minutes it will stay forever like that. 根据我的经验,当构建保持灰色并且(处理)超过几分钟时,它将永远保持这样。 Best to just re-upload and wait for the new build to process. 最好只重新上传并等待新版本进行处理。 It does take a bit of time to show up for testing though. 尽管如此,它还是需要一些时间来进行测试。

These are the steps which I did to got build to the testflight internal testers 这些是我为testflight内部测试人员构建的步骤

  • to show Export Compliance add below line 显示出口合规性添加到下面的行

to info.plist 到info.plist

<key>ITSAppUsesNonExemptEncryption</key><false/>
  • change version no to different one (not the build no) 将版本号更改为不同版本(不是版本号)

  • create archive and upload it without upload bitcode enable tick 创建存档并上传它,而无需上传bitcode enable tick

在此输入图像描述

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

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