Xcode 4 / iOS 如何为另一家公司的 App Store 分发应用程序?

发布于 2024-12-01 09:30:26 字数 1459 浏览 0 评论 0原文

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

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

发布评论

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

评论(2

心房的律动 2024-12-08 09:30:27

当然你可以。我正在与超过 5 家公司做同样的事情。

如果他们不允许您登录其 iOS 开发中心,请向他们索要分发证书和分发配置文件。

只需让他们创建这些文件并将其发送给您即可。

然后,您可以在构建发布版本时使用他们的配置文件签署您的应用程序,并且仅向他们发送“.ipa”文件以让他们提交。

以下是创建这些文件的步骤,以防万一他们不明白如何:

获取分发证书:

登录 iOS 开发中心。

导航到 iOS 配置门户。

单击“分发”选项卡。

按照说明创建将使用的新证书
用于分发。该过程与您以前的过程相同
创建您的开发证书。

证书颁发后,将.cer文件下载到您的
电脑。从您的私钥和证书创建 P12 文件。

获得分发证书后,您将需要创建一个
分发配置文件:

转至 iOS 配置门户的“配置”部分。

选择“分发”选项卡。

为 App Store 分发方法创建配置文件。

创建分发配置文件后,下载
.mobileprovision 文件传输到您的计算机。将此文件放在手边
稍后的位置。

Of cause you can. I am doing the same thing with more than 5 companies.

If they don't give you permission to login into their iOS Dev Center, ask them for their distribution certificate and distribution provisioning profile.

Just let them create these files and send them to you.

Then you can sign your App with their provisioning profile when you build a release version, and only send them the ".ipa" file to let them submit.

Here are steps to create these files, just in case they don't understand how to:

To acquire the distribution certificate:

Log in to the iOS Dev Center.

Navigate to the iOS Provisioning Portal.

Click the Distribution tab.

Follow the instructions to create a new certificate that will be used
for distribution. The process is identical to that which you used to
create your development certificate.

After the certificate is issued, download the .cer file to your
computer. Create a P12 file from your private key and certificate.

Once you have the distribution certificate, you will need to create a
distribution provisioning profile:

Go to the Provisioning section of the iOS Provisioning Portal.

Select the Distribution tab.

Create a profile for the App Store distribution method.

After the distribution provisioning profile is created, download the
.mobileprovision file to your computer. Keep this file in a handy
location for later.

稀香 2024-12-08 09:30:27

您的问题的答案是否定的...

如果没有帐户凭据,则无法在 Apple 商店上传文件。

您可以获取开发者帐户权限,然后可以将其上传到商店。

The answer for your question is no....

It is not possible to upload file on Apple store without credentials on their account.

You can take a developer account permission and through that you can upload it to store..

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