iOS 构建下拉列表中缺少试飞构建?

iOS test flight build missing from builds drop down?

这就是我要处理的事情:

版本 0.2 和 0.1 都有下拉列表中的项目,但版本 0.25 出现空白。

我是不是遗漏了什么或者 iTunes Connect 弄糊涂了?

我也遇到了这个问题,通过将 beta-reports-active 权利添加到 entitlements.plist 得到解决。

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

相关的是 Apple 关于权利的文档:https://developer.apple.com/library/content/qa/qa1830/_index.html

其中指出:

...to allow App Store code signed builds to be tested using iTunes Connect

使用我的 AppStoreDistribution 配置文件而不是我的 adhocdistribution 配置文件来构建 .ipa 对我有用。

我不建议将 beta-reports-active 密钥手动添加到您的权利中,这很可能会导致冲突。