No new iOS app builds in iTunes Connect

0

a rather curious thing happens to me, I have created a project with Unity, I have exported it to iOS and I have configured in XCode what is necessary for its compilation (Team, certificate, a parameter for hhtps in the info.plist, the version and the Store icon in 1024 x 1024).

I generated the Archive, which does it correctly and I have uploaded it to the Store without publishing, to do a test through TestFlight, but I had a failure and I had to upload a new build.

This same app works perfectly since I compile it without problem if I connect an iPad or an iPhone directly to the MAC and do a Run instead of an Archive.

The fact is that when I wanted to create a new build, I followed the same process, changing the number of Build and I uploaded it to the Store.

When in the iTunes Connect website I try to add the new build, sometimes (not always), I see the build as pending, but sooner or later it disappears and it is as if it did not exist, but in reality it is not, this is uploaded, because if I try to upload again using XCode, this gives me an error saying that the binary already exists.

I have tried both to change build and version, but nothing, there is no way to upload the modified app to send it to the testing team.

Any ideas?

A thousand thanks.

    
asked by Fernando Navarro Pulido 09.11.2017 в 21:41
source

2 answers

0

When you upload a build to iTunes Connect it can take up to 1 hour (I've seen cases where it takes longer) to appear on the site, you have to be patient, mainly the waiting time for an app depends on the size of the file. Now I do not think that is the case since you comment that it appears processing and then it disappears, my recommendation is that you check your email linked to the developer account, Apple sends an email with the reasons why your build can not be processed, they are usually problems with the info.plist file

    
answered by 10.11.2017 / 02:59
source
2

Well, I respond to myself, I have gotten a lot of emails hit, you see that there was a traffic jam on the information highway :). Apparently there has been an invalid signature problem, I will review the provision profile and the certificate because that will be the problem.

    
answered by 10.11.2017 в 11:28