Bagusflyer
Bagusflyer

Reputation: 12925

iOS new build in Xcode 8 GM not found in iTunesconnection

I can't find my newly uploaded build in iTunesconnect when I click "Select Version to Test" for TestFlight.

enter image description here

When I tried to upload again, my Xcode shows:

enter image description here

But where to find my binary? And how to select the newly uploaded build for beta testing for TestFlight? Thanks.

Upvotes: 4

Views: 329

Answers (2)

X.Jian
X.Jian

Reputation: 2144

For why can't you find your newly upload versions:

  • Check your email.And App Store review my send you an email for lack of user usage description.
  • Add the key and string value to Info.plist that App Store review ask.

And for why you can't upload your binary file again:

  • There is a 1.0.20 existed in iTune connect. So you need let your version +1. such as 1.0.21.
  • And every time you try to upload a new version, you must make your version greater than your latest version in iTune connect.
  • Then archive and upload it again.

Good luck!

Upvotes: 1

TealShift
TealShift

Reputation: 962

Earlier I had the same issue and got an email from iTunesConnect pointing out some errors in the build I uploaded. It appears you have to address ALL the warnings (even though those are supposed to be OK for upload) before the build become visible in iTunesConnect.

In my case, I had warnings about alpha channels in my watch app icons.

Upvotes: 2

Related Questions