nosuic
nosuic

Reputation: 1360

Apple's TestFlight and Certificates

I recently did some work for a team project and I am trying to use Apple's TestFlight to Submit a new build for an existing app on iTunes Connect for testing, but I got stuck with certificates and provisioning profiles.

What I have Done so Far

My Questions

  1. What should I do in order to have enough privileges to Validate and Submit the build on iTunes (and proceed with using Apple's TestFlight)?
  2. Do I need both a Developer's Certificate and a Distribution Certificate in order to be able to upload a build for testing on iTunes Connect? Isn't the Distribution Certificate enough?

Any help will be deeply appreciated,

Thanks!

Upvotes: 5

Views: 7423

Answers (1)

skywinder
skywinder

Reputation: 21426

  1. What should I do in order to have enough privileges to Validate and Submit the build on iTunes (and proceed with using Apple's TestFlight)?

    To upload binary you need to login with acount that has role Technical or Admin. More about Role & Responsibilities on Apple Documentation page

  2. Do I need both a Developer's Certificate and a Distribution Certificate in order to be able to upload a build for testing on iTunes Connect? Isn't the Distribution Certificate enough?

    In order to upload binary to iTunes Connect (no matter for releases or Beta testing trought TestFlight) you need to sign binary with Distribution Certificate & Provision Profile

Upvotes: 7

Related Questions