After the completion of App development and test, packaging and upload were successful, but the problem of the corresponding version could not be found in the build of App Store Connect.

upload

Since the end of last year, we have moved the branch code, iterated functions and fixed the code. And today, it’s ready to go on the shelves.

As a result, everything was ready to go from packing enterprise distribution packages to packing App Store packages.

Xcode13 chi Chi, efforts for a long time, finally completed packaging, upload success.

Meng circle

Busy, I opened The App Store Connect and found nothing in the build.

What’s going on? In a few minutes, refresh. Nothing.

A few more minutes, refresh again, not yet.

I’ll go. What conditions?

found

Yi? IPhone has notifications. Click on it. Mail? !

Open the email again.

All right, Apple developer email notification, binary error, rejected.

summary

Summary: If the package is uploaded successfully and the corresponding build version is not found, you can query your mailbox.


digression

How do I remove UIWebView used in my project? Pass upload audit.

Locate the project files directory and execute the following command line

// Notice the last one. Do not ignore grep -r"UIWebView" .
Copy the code

And then you see something like this

The solution

You can also remove/comment out UIWebView API calls, such as proxy methods, if you upload App packages after December 2020. Do not leave a UIWebView file in your project, otherwise it will fail to package and upload to App Store Connect.

Remove uiWebView-associated named files. Annotation UIWebView API calls in the project.