分发配置文件和 App Store 提交

发布于 2024-09-04 02:36:15 字数 224 浏览 3 评论 0原文

我为我的客户开发了一个 iPhone 应用程序。 我有自己的开发者帐户,因此我使用我的帐户创建了 Ad Hoc 和 App Store 分发配置文件。

现在的问题是,我的客户想使用他的帐户提交应用程序。他有自己的账户。

我想知道,

我应该使用我的分发配置文件构建应用程序吗?

我是否需要使用客户帐户创建的分发配置文件?

提前致谢。

I developed a iPhone application for my client.
I have my own developer account, so I created the Ad Hoc and App Store Distribution profiles by using my account.

Now the thing is, my client want to submit the app by using his account. He has his own account.

I want to know,

Should I build the app using my distribution profile?

OR
Should I need the distribution profile created using client's account?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

后来的我们 2024-09-11 02:36:15

客户端应用程序涉及的所有证书都应该是客户端的证书。您甚至应该在客户帐户下为自己创建一个单独的开发人员证书。

这些证书不仅可以识别应用程序商店技术的分布式应用程序,而且还是应用程序的财务和法律 ID。换句话说,证书控制着谁获得报酬以及谁被起诉。

您或您的客户都不希望对方的证书与自己的证书纠缠在一起。如果您确实缠结了证书,您的客户可能会发现他们无法管理或更新自己的应用程序,并且您可能会发现自己对客户未来的某些操作负责。

您甚至可能希望在开发 Mac 上为每个客户端创建一个单独的用户帐户,以便将所有证书和配置文件完全分开。这很痛苦,但这些证书和配置文件是 App Store 系统的核心。如果证书和配置文件被打乱,那就是一件大事了。就像金钱、枪支和律师一样重要。

All the certs involved for the client's app should be the client's certs. You should even create a separate developer's cert for yourself under the client's account.

These certs not only identify the distributed apps to the technology of the App store but are also the apps financial and legal IDs. In other words, the certs control who gets paid and who gets sued.

Neither you or your clients want the other's certs entangled with their own. If you do entangle the certs, your client might find they can't administer or update their own app and you might find yourself responsible for some future action of the client.

You might even want to go so far as to create a separate user account on your development Mac for each client in order to keep all the certs and profiles cleanly separated. It's a pain but these certs and profiles are the very heart of the App Store system. If the certs and profiles get scrambled it's a big, big deal. As in money, guns and lawyers big deal.

橙幽之幻 2024-09-11 02:36:15

您应该使用客户的帐户创建分配配置文件。

您可以有多个分发配置文件和立即在您的计算机上安装证书,然后选择您在构建项目时要使用的证书。

当您这样做时,我还会在他们的帐户中为您自己创建一个 iTunes Connect 用户,以便您仍然可以管理应用程序并获取通知等...

You should create a distribution profile using the client's account.

You can have multiple distribution profile & certificates on your machine at once and select the one you want to use when you build the project.

While you're at it, I would also create a iTunes Connect user for yourself in their account, so that you can still administrate the application and get notifications, etc ...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文