问题描述
当我通过应用程序加载器工具提交我的应用程序时,我收到一个奇怪的错误。
I am getting a strange error when I submit my application via application loader tool.
应用程序被提交到iTunes Connect,我可以通过TestFlight进行测试。
The application gets submitted to iTunes Connect and I am able to test it via TestFlight.
这个错误背后的原因是什么?此外,我的应用程序是否存在被拒绝的风险?
What is the reason behind this error? Also, is there a risk of my app getting rejected because of this ?
错误消息的副本如下所示。
Copy of the error message is below.
推荐答案
正如它所提到的那样,它只是一条信息性消息。因此,您无需担心拒绝。
As it mentions already, it's just an informational message. You don't need to worry about rejection because of this.
这意味着它无法在上传之前进行API分析。它进行此分析以检查您是否使用SDK中的任何受限API。所以它可以警告你并允许你在上传之前修复它。由于它太大,您将在提交后半小时左右通过电子邮件收到有关API使用情况的警告(如果有),因为分析将在Apple服务器上完成。
What it means is that it cannot do API analysis before upload. It does this analysis to check if you use any restricted API's from the SDK. So it could warn you and allow you to fix it before uploading. Since it's too large, you will get the warnings (if any) about API usage by email within half an hour or so after submission since the analysis will be done on the Apple servers.
这篇关于应用程序加载程序警告 - 生成的API分析文件太大的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!