Reputation: 10185
When I submitting to iTunes Connect I always get this message:
iTunes Store operation succeeded with a warning.
The resulting API analysis file is too large. We were unable to validate your API usage prior to delivery. This is just an informational message.
And all builds stuck in "processing" state for a long time.
I'm using Objective-C and Swift code in my app.
I know that on stackoverflow exist similar questions, but there no solution to fix it. Please don't mark my question as duplicate.
Upvotes: 9
Views: 2347
Reputation: 6192
It is just an informational message.
I submitted various apps with this message and they went without any problems into the store.
It can't do the API
analysis before upload. It does this to check if you use any restricted API's
from the SDK
. Because it's too large, you will get the informational message.
Upvotes: 3