Froskie
Froskie

Reputation: 155

How to publish an iOS App on behalf of a client?

I've just finished an iOS app. Now I need to publish it to the app store using my client's account. I want to be sure that what I'm about to do is the correct path.

That is:

  1. Create the developer certificate using the client's credentials
  2. Build the app using the new developer certificate
  3. Publish and everything else using the client's account

The only other thing that I thought would be to register myself as a developer on his account. However I think at some point I will need the his account to finishing the process. Is that correct?

Upvotes: 3

Views: 1896

Answers (3)

Saurabh Passolia
Saurabh Passolia

Reputation: 8109

you need to be a "Admin" type user @ the developer portal and on itunesConnect. With Admin user, you can create all sorts of certificates and provisioning that you may require from developing to deployment of an app from any developer account.

Upvotes: 0

Saurabh
Saurabh

Reputation: 22893

You'll need a team agent role to publish the app..

Upvotes: 6

Eric Petroelje
Eric Petroelje

Reputation: 60529

Yes, you will need his account to finish the process and actually sign the App file that you send to Apple.

Upvotes: 1

Related Questions