简体   繁体   中英

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

在此处输入图片说明

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

  1. Setup abcdevelopment@abc.com 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

在此处输入图片说明

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

EDIT: LINK

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM