简体   繁体   English

构建中缺少iOS测试飞行构建下拉?

[英]iOS test flight build missing from builds drop down?

So here is what I'm dealing with: 所以这就是我正在处理的事情: 在此输入图像描述

Version 0.2 and 0.1 both have items in the drop down but version 0.25 comes up blank. 版本0.2和0.1都在下拉列表中有项目,但版本0.25出现空白。

Am I missing something or has iTunes Connect just gotten confused? 我错过了什么或iTunes Connect刚搞糊涂?

Using my AppStoreDistribution provisioning profile instead of my adhocdistribution profile to build the .ipa did the trick for me. 使用我的AppStoreDistribution配置文件而不是我的adhocdistribution配置文件来构建.ipa为我做了诀窍。

I would not recommend adding the beta-reports-active key manually to your entitlements, this will most likely result in conflicts. 我不建议手动将beta-reports-active密钥添加到您的权利中,这很可能会导致冲突。

I also had this issue, resolved by adding the beta-reports-active entitlement to entitlements.plist. 我也遇到了这个问题,通过将beta-reports-active权利添加到entitlements.plist来解决。

<key>beta-reports-active</key>

Related is Apple's documentation on the entitlement here: https://developer.apple.com/library/content/qa/qa1830/_index.html 相关的是Apple关于权利的文档: https//developer.apple.com/library/content/qa/qa1830/_index.html

Which states: 哪个州:

...to allow App Store code signed builds to be tested using iTunes Connect ...允许使用iTunes Connect测试App Store代码签名版本

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

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