ios - 在 Apple Developer Portal 上使用客户的 Apple 帐户

标签 ios

所以我一直在用我的 Apple Developer Membership 和 bundle ID 为客户构建一个应用程序。现在客户在 Apple Developer 门户上注册了自己的个人帐户。我应该如何将应用程序发布到 App Store:更改应用程序包 ID 或 Xcode 上的团队?

最佳答案

最好在 bundle id 中提及客户公司,这样每当他们将转移给其他开发人员时,这些东西就会被唯一和系统地维护,步骤如下:

  1. 打开Xcode Preference -> 添加apple account ( client account )
  2. 使用客户公司名称和证书创建捆绑 ID,以及 配置文件也

这是屏幕截图:enter image description here

自动管理签名可以帮助您轻松地做事,当您想要推送它时,如果您愿意,还可以创建您的分发证书和配置。

欢迎发表评论。

关于ios - 在 Apple Developer Portal 上使用客户的 Apple 帐户,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46079079/

相关文章:

ios - 使用 iOS Swift 将指针值保存在 parse.com 中

ios - 识别 View 中而非 subview 中的滑动手势

android - 远程跟踪应用程序 (iOS/android) 日志

javascript - 从 iOS UIAutomation 发出同步 HTTP GET 请求或调用 JavaScript 中的 shell 脚本

ios - 在 UIView 中包含 UIViewController

ios - 向 iBeacon 广告包添加数据

ios - 将 iOS 应用与 MobFox 连接

objective-c - 如何将获取的对象保存到核心数据

android - Calabash 使用 Paypal 进行自动化测试

iphone - 如何防止 reloadRowsAtIndexPaths 阻止用户输入?