xcode TestFlight 处理状态

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/45500572/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 10:10:20  来源:igfitidea点击:

TestFlight Processing status

iosxcodetestflight

提问by wstudiokiwi

After uploading a new version of the application in TestFlight, the application has status Processingand after several minutes the assembly disappears from the list.

TestFlight 中上传应用程序的新版本后,应用程序的状态为Processing,几分钟后该程序集从列表中消失。

Previously, there was no such problem, what could be the reason?

以前没有这个问题,请问是什么原因?

采纳答案by Patrick R

check the mailbox you will get a mail from Apple for that reason and if you still not got any mail so please check plist and permission in that make sure you have included all required permissions in plist.

检查邮箱你会因为这个原因收到一封来自 Apple 的邮件,如果你仍然没有收到任何邮件,那么请检查 plist 和权限,确保你已经在 plist 中包含了所有必需的权限。

Also, you can refer below answer: https://stackoverflow.com/questions/38498347

另外,您可以参考以下答案:https: //stackoverflow.com/questions/38498347

If you did all these steps then you should wait for some time. Build automatically in testflight.

如果您完成了所有这些步骤,那么您应该等待一段时间。在 testflight 中自动构建。

Do let me know if it helps.

如果有帮助,请告诉我。