0

I created an archive for app release.

But no matter how much time passes, nothing appears in the build window.

What should I do

+)I have a Team and make a identifier, certificate for team.

I even uploaded the archive file successfully.

But in App store connect, Nothing is shown. enter image description here enter image description here

71873
  • 13
  • 3
  • please check your email if you are not seeing the build on the test flight maybe apple rejected your archive. This happens sometimes some pods need permissions and you forgot to add those in your plist. check your mail they will tell you exactly what you are missing – Muhammad Ahmad Dec 23 '21 at 05:50
  • after check my email, I found my app have an issue with UIWebview, and plist that missing value. Thank you for your comment – 71873 Dec 27 '21 at 02:10

1 Answers1

0

This may happen if your uploaded archive couldn't pass through the initial processing of the build that occurs as soon as it is uploaded.

I once got stuck with this because my app had some legacy code that was using UIWebview which is now deprecated.

You'll always receive some comment from apple if this happens (through email).

KishanSadhwani
  • 118
  • 1
  • 9
  • I found my app have an issue with UIWebview. You're right. I'don know apple send a email about a archive issue before your answer. Thank you! – 71873 Dec 27 '21 at 02:07