AppStore - Build not found

Viewed 491

I archived a new version of application on XCode and uploaded it on app store using XCode , however when I open all builds from app store connect , I am not able to find the build. Thus I am not able to choose the build on the version. to submit for review.

3 Answers

I also had this issue this morning. I have just now uploaded a new build of my app and the new build now appears, the missing one still doesn't appear. You will need to change the version number and re-archive your app, as otherwise it will be rejected as a redundant upload.

Update after 10 minutes the new build also disappears. Awesome..

I'm having the same issue as well, it has been 20 hours since I upload my build when I'm writing this and it's still nowhere to be seen.

I also tried to upload a second build and it's also not showing.

So I believe it's an Apple issue and not isolated, looks like we can only wait for now.

Edit: It works now. I assume it works for everyone now.

After archieved file uploaded successfully it will go into processing stage. Where they are checking the internal settings using the automated tools.

Things will be checked like if any permission issues coming etc.

Lets say of example if you are using camera into your application but you have not given permission into.plist file than it will get failed into processing & removed build from the App Store.

Also if you have set up the permission properly but not given instructions that how & why this gets used than also build will get failed into processing stage. So there can be various reasons.

Ofcourse they will send you an email to your Admin email Id about the build failed while processing with the reason so by that you can resolve the issue.

Hope this will helps to everyone.

Related