MSC
MSC

Reputation: 482

Uploading build for internal testers on TestFlight

I am facing a problem while uploading test build for internal testers on TestFlight. I have admin role on developer account and app manager on iTunesConnect. The problem is that the upload process freezes while showing a message "validating application".

I have also set the ITSAppUsesNonExemptEncryption to false on info.plist and I am using automatic provisioning profile for creating build.

I am following this link

Upvotes: 1

Views: 1119

Answers (1)

Kapil Sharma
Kapil Sharma

Reputation: 70

Check these items before uploading build for test flight

  1. Application profile (Beta testing) is created on iTunes Connect.
  2. you have Developer or higher role on iTunes connect If member of a team.
  3. you have admin or agent role in apple developer account if you are a member of a team
  4. If not using encryption set ITSAppUsesNonExemptEncryption to false in info.plist
  5. If supporting iOS 7.0 you need to add Launch images in info.plist
  6. Set provision profile to automatic and set certificate to don't code sign.

Upvotes: 2

Related Questions