简体   繁体   English

Xcode-如何将程序员的名字更改为公司?

[英]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? 我在iTune商店中有应用程序,但它显示了我的私人名称,该应用程序是为公司制作的,如何显示公司而不是我的名字?

Like Google apps show Google inc but not programmers name. 像Google应用一样显示Google Inc,但不显示程序员名称。

Here Team: my name shows Signing certificate: shows my name 在这里团队:我的名字显示签名证书:显示我的名字

在此处输入图片说明

You need to create a developer account for your company. 您需要为您的公司创建一个开发人员帐户。 Say ABC Company 说ABC公司

  1. Setup abcdevelopment@abc.com apple developer account 设置abcdevelopment@abc.com苹果开发者帐户
  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. 然后在您的Xcode中使用该帐户,您将能够在“团队”选项中看到公司名称。

Transfer app between accounts 在帐户之间转移应用

  1. Go to your app in iTunes 在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 另请参阅官方Apple文档: https : //developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/TransferringAndDeletingApps.html

EDIT: LINK 编辑: 链接

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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