Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
538 views
in Technique[技术] by (71.8m points)

app store connect - Cannot select latest uploaded version to add to testflight

I cannot select the latest version I have uploaded to seed to beta in external testing. First of all whenever I upload a build two version appearing, that have upload time difference of 5 to 15 minutes between them. One of them gets changed from processing to normal available state, but other does not. But now selecting the available build also selects the processing one and my selection is blocked and I cannot select the OK button because probably my selection is blocked by the processing one. I think it is UI frontend issue at itunesconnect side but it could be something I am doing wrong. Please help me if anyone has been able to tackle this issue if they faced. Please see checkout the attached image.

Update:

I Included <key>ITSAppUsesNonExemptEncryption</key><false/> in my subsequent builds that I uploaded according to the new Export compliance message on the iTunes Connect home page. I am still facing the issue. I have contacted Apple Dev support, will keep you updated if I find a solution.

enter image description here

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

The issue has been mysteriously solved by uploading the application from Application Loader with Aspera turned off instead of using Xcode's organizer window as suggested by Apple Developer support. Make sure you add: <key>ITSAppUsesNonExemptEncryption</key><false/> in your info.plist file before archiving the build. Although mysteriously my previously uploaded builds have also become available for external testing.

Body of email that helped solve the issue:

After further research, it looks like their may be an issue from your end with your network while trying to upload to this app record in iTunes Connect.

First, for the best upload experience make sure that all ports and IP addresses are accessible. Additionally, it’s important to make sure the internet connection is very good, and that there are no firewalls blocking the uploads. More information can be found here:

http://help.apple.com/itc/apploader/#/itc8e7ec5a60

Second, it may be beneficial to try using the latest version of Application Loader. Please note that you can export your project from Xcode to upload through Application Loader. As a temporary workaround, once you have Application Loader open, you can go to the File menus and select the following:

Application Loader > Preferences

Then, select Advanced, and as a temporary workaround you can try deselecting Aspera and upload the build again. You can follow the steps below to use the latest version of Application Loader.

  1. Download the latest version of Xcode from the Mac App Store:

-http://help.apple.com/itc/apploader/#/itc8e7ec5a60

  1. Open the latest version of Xcode

  2. Go to the File menu and select Xcode > Open Developer Tool > Application Loader

Lastly, try uploading again to see if the issue persists.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...