user285594
user285594

Reputation:

Xcode - how to change the name of the programmer into company?

I have app in iTune store but it shows my private name, app was made for a company, how can i show company instead of my name?

Like Google apps show Google inc but not programmers name.

Here Team: my name shows Signing certificate: shows my name

enter image description here

Upvotes: 2

Views: 876

Answers (1)

vinothp
vinothp

Reputation: 10079

You need to create a developer account for your company. Say ABC Company

  1. Setup [email protected] apple developer account
  2. Create certificates and profiles (Provisioning and Distribution) for the new account.
  3. Then use this account in your Xcode, you will able to see company name in the Team option.

Transfer app between accounts

  1. Go to your app in iTunes
  2. Additional Information

enter image description here

See also in the official apple docs: https://developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/TransferringAndDeletingApps.html

EDIT: LINK

enter image description here

Upvotes: 2

Related Questions