简体   繁体   English

Xcode -2开发人员帐户?

[英]Xcode -2 developer accounts?

My Xcode is registered under our developer account which is a company developer account. 我的Xcode已在我们的开发人员帐户(即公司开发人员帐户)下注册。 I have to upload an app from that same Xcode , for another company's developer account. 我必须从同一Xcode上传一个应用程序,用于另一个公司的开发人员帐户。

I just got lost in the details, expect from setting the code signing and the bundle name , what file do I have to import to be able to keep both developer accounts on this mac? 我只是迷失了细节,期望从设置code signingbundle name ,我必须导入什么文件才能在Mac上保留两个开发人员帐户? (Xcode) Just import their provisioning development and distribution files into Xcode? (Xcode)只需将其供应开发和分发文件导入Xcode? Or do I need to do something else with the certificates? 还是我需要对证书做其他事情?

Thanks. 谢谢。

You can add as many as developer accounts in your Xcode, it won't have any issue. 您可以在Xcode中添加尽可能多的开发人员帐户,这不会有任何问题。 Whatever the profiles is created that can be download manually (or automatically). 无论创建什么配置文件,都可以手动(或自动)下载。 Once you're done you need to provide an exact bundle identifier which is associated with a particular account. 完成后,您需要提供与特定帐户相关联的确切捆绑标识。 In most of the cases, Xcode will tell you to select correct Team + Provision Profile (will be visible automatically). 在大多数情况下,Xcode会告诉您选择正确的团队+配置文件(将自动显示)。 You're good to go with that. 你很高兴做到这一点。

References: 参考文献:

https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingCertificates/MaintainingCertificates.html https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingCertificates/MaintainingCertificates.html

https://stackoverflow.com/a/21481203/1603234 https://stackoverflow.com/a/21481203/1603234

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

相关问题 无法使用多个开发者帐户在Xcode 5上添加权利 - Unable to add entitlement on Xcode 5 with multiple developer accounts Xcode-使用不同的开发人员帐户在目标之间共享扩展程序和应用程序组 - Xcode - Sharing extensions and app groups among targets with different developer accounts xcode配置文件中有多个开发人员帐户时,如何导出一个开发人员帐户 - How to export one developer account when there are multiple developer accounts in a xcode profile Azure Build Pipeline with 没有使用 Xcode 注册的帐户。 将您的开发者帐户添加到 Xcode - Azure Build Pipeline with There are no accounts registered with Xcode. Add your developer account to Xcode 我可以将Xcode4与两个未链接的单独的Apple Developer帐户一起使用吗? - Can I use Xcode4 with two separate Apple Developer accounts that are not linked? 使用两个Apple开发人员帐户使用git协同处理Xcode项目 - Using two Apple Developer Accounts to work on an Xcode project collaboratively using git 多个个人应用开发者帐户 - Multiple Individual App Developer Accounts 帐户在 Xcode 9 中消失 - Accounts disappearing in Xcode 9 Xcode首选项中的“无帐户”选项卡 - No Accounts tab in Xcode preferences 在 Xcode 8 中添加开发团队? - Add developer team in Xcode 8?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM