1

I have an app that I have out for external testing; I have submitted two (2) different versions without any problems. Now, I am trying to submit another new version (#3), but when filling out the Test Flight Information the "next" button is disabled, preventing me from adding the new version.

enter image description here

Any ideas on how to fix this? or what the problem is?

SpokaneDude
  • 4,856
  • 13
  • 64
  • 120
  • My answer about the same issue: http://stackoverflow.com/questions/35784478/apple-testfiight-app-submission-cant-click-next/35793166#35793166 – Muhammad Yusuf Mar 07 '16 at 01:44

4 Answers4

4

I've had the same problem and finally got it working. First I had to go into safari, Chrome didn't work. You have to fill out every field for every language you have. Every. Single. One.

Then the next button finally became active.

Also the app description has to be over 10 characters long.

I'm submitting a bug report to apple because whoever made this was an idiot.

Bourne
  • 336
  • 3
  • 4
0

I filled out everything, but still no Continue button gets activated. For some languages email and url field will appear for some not. I think something is really badly programmed there

o-g-sus
  • 51
  • 6
0

This is the workaround:

  1. go to TestFlight for your app using Safari.
  2. enter all of the data for all of your supported languages; it doesn't have to be in the language (I used English for all of the languages, French, German, Japanese, etc). Just make sure you are mindful of the length restrictions!
  3. Next button is then enabled! And you can continue on... :D
SpokaneDude
  • 4,856
  • 13
  • 64
  • 120
0

read this news on the dashboard iTunes connect

TestFlight Requires Export Compliance Information All TestFlight builds now require Export Compliance information. To answer Export Compliance questions and upload any necessary documentation, visit the new Encryption section in Features. Once your documentation is approved, you will receive a key string value to add to your build's Info.plist. Learn more in Resources and Help

in short, if your application has not put that in your encryption info.plist, can also resolve:

<key>ITSAppUsesNonExemptEncryption</key><false/>
Lucas Romano
  • 111
  • 4