Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove build from Pre-Release in new itunesconnet?

I have added a version 1.0 in prerelease section in new iTunes. Now i need to upload same version(1.0). but i am getting error that version 1.0 is still there. I have already rejected binary but 1.0 has not removed from Pre-Release.

So i am thinking that i can upload version 1.0 only if i remove it from Pre-Release section. But there are not any way to remove build from pre-release section.

I have refered

https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/UploadingBinariesforanApp.html

like image 643
PJR Avatar asked Sep 09 '14 07:09

PJR


People also ask

Can I remove a build from App Store Connect?

You can remove a build from being the current build. But, You cannot delete it from App Store Connect (iTunes Connect)


1 Answers

It doesn't seem possible to delete an updated build from the prerelease section.

You can submit a new build with the same version number but a different build number as explained in this answer: https://stackoverflow.com/a/25699845/428981

Hope that helps!

like image 90
RanLearns Avatar answered Oct 27 '22 02:10

RanLearns