Mayank Jain
Mayank Jain

Reputation: 5754

Apple app store:- Upload and submit app for third party

My client added me as a team in his apple developer account and he wants me to upload app on his behalf.

Have I to create certificate and provisioning profile from my account? How will I be able to submit app on his account?

Note:- This is not for testing purpose. Can anyone help me out.

Upvotes: 1

Views: 893

Answers (2)

tonik12
tonik12

Reputation: 613

In case your client has everything set up, he would need to share his production certificate in .p12 format (exportable via Keychain) and his already created production provisioning profile.

Otherwise you could create everything by yourself by logging into his account.

Upvotes: 3

Pooja Srivastava
Pooja Srivastava

Reputation: 721

enter image description here

Please make sure you are the Team Admin or Team Agent. Through Apple document About Apple Developer Program Team Roles and Privileges

Team Roles

Team Agent- A team agent is legally responsible for the team and acts as the initial primary contact with Apple. The team agent can invite team members and change the access level of any other team member. There’s only one team agent.

Team admin- A team admin can set the privilege levels of other team members, except the team agent. Team admins manage all assets used to sign your apps, either during development or when your team is ready to distribute an app. Team admins can edit the App ID to enable app services and create technology specific identifiers used throughout the system. Team admins can sign apps for distribution on nondevelopment devices.

Team member- A team member can create their development certificate, register a device connected to their Mac, and create a team provisioning profile using Xcode. Team members can’t register devices and create development provisioning profiles using their developer account.

Upvotes: 2

Related Questions