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

标签 ios iphone xcode app-store-connect

我在 iTune 商店中有应用程序,但它显示我的私有(private)姓名,应用程序是为公司制作的,我如何显示公司而不是我的名字?

就像 Google 应用程序一样,显示 Google inc,但不显示程序员姓名。

这里的团队:我的名字显示 签名证书:显示我的名字

enter image description here

最佳答案

您需要为您的公司创建一个开发者帐户。 说 ABC 公司

  1. 设置 [email protected]苹果开发者帐户
  2. 为新帐户创建证书和配置文件(配置和分发)。
  3. 然后在 Xcode 中使用此帐户,您将能够在“团队”选项中看到公司名称。

在帐户之间转移应用

  1. 转到 iTunes 中的应用
  2. 其他信息

enter image description here

另请参阅苹果官方文档: https://developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/TransferringAndDeletingApps.html

编辑: LINK

enter image description here

关于ios - Xcode - 如何将程序员的名字更改为公司?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43112231/

相关文章:

ios - 获取对等依赖错误 react / react native

ios - Swift getter 覆盖非计算变量

iphone - iPhone 上的 Twitter OAuth 登录页面

iphone - 如何获取 iPhone 的钛型号名称?

iphone - 在 iPhone 上传输音频时是否可以减少背景噪音?

ios - 动画容器 View Controller

iphone - 是否可以在不越狱的情况下记录 iPhone/iPad 屏幕上发生的事情?

ios - 烦人的警告 : Integer constant not in the range of enumerated type 'UIViewAnimationOptions'

iphone - iOS 创建标签列表

iphone - 创建自定义 slider 的方法