英文:
Can I distribute personal and work iOS apps with one Apple Developer account without conflicts?
问题
作为一名在公司工作的iOS开发者,我已被添加到他们的Apple开发者计划中。然而,我想在App Store上构建和分发我的个人应用,而不希望在个人和工作应用之间发生冲突。
我可以通过以个人身份注册并在个人和组织模式之间切换来使用一个Apple开发者帐户吗,还是我需要创建一个单独的帐户?如果只使用一个帐户是可能的,如何确保我的个人和工作应用保持分开?
英文:
As an iOS developer working for a company, I have been added to their Apple program as a developer. However, I would like to build and distribute my own personal app to the App Store without any conflicts between my personal and work apps.
Can I do this with just one Apple Developer account by enrolling as an individual and switching between individual and organization modes, or do I need to create a separate account? If it is possible with just one account, how can I ensure that my personal and work apps remain separate?
答案1
得分: 2
你可以使用一个帐户来完成这个操作。在Xcode中,转到设置(Cmd +,),你可以看到你的Apple ID以及你所属的团队。
在创建自己的应用程序时,请确保选择正确的Apple ID和团队。
英文:
You can do this with a single account. In Xcode go to Settings (Cmd + ,), you can see your Apple ID and the teams you are a part of.
When creating your own apps, be sure to select the proper Apple ID and team.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论