Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

xcode

ios

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?

like image 899
Froskie Avatar asked Jan 20 '26 22:01

Froskie


1 Answers

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

like image 72
Saurabh Avatar answered Jan 22 '26 15:01

Saurabh