我需要什么样的证书才能使用 ad-hoc 分发来测试 apns?

发布于 2024-08-15 07:47:21 字数 43 浏览 7 评论 0原文

我无法从Apple的文档中了解到我是否需要生产证书或开发证书......

I can't understand from Apple's docs if I need a production certificate or a development certificate...

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

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

发布评论

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

评论(2

無心 2024-08-22 07:47:21

您需要创建分发证书。分发证书用于创建分发配置文件。这将允许您执行以下操作:

  1. 创建应用程序的临时版本(如果您想分发给 beta 用户、测试人员等(这就是您想要的),则使用此版本)
  2. 创建应用程序的 App Store 版本(准备好将其提交到 App Store 后即可执行此操作

以下是有关如何创建 Ad-Hoc 版本的 Apple 步骤应用程序的版本

即席分发允许您与最多 100 个 iPhone 或 iPod touch 用户共享您的应用程序,并通过电子邮件或将其发布到网站或服务器来分发您的应用程序。要准备您的申请,需要完成以下步骤。

  1. 创建并下载 iPhone 分发证书
  2. 创建并下载临时分发配置文件
  3. 使用 Xcode 构建您的应用程序
  4. 与每个设备的所有者共享您的应用程序文件和临时分发配置文件
  5. 应用程序的接收者需要将应用程序文件拖至Ad Hoc Distribution Provisioning Profile 导入 iTunes,然后将 iPhone 同步到 iTunes 进行安装

希望这些信息能为您指明正确的方向。如果您需要更多详细信息或演练,请告诉我。

You need to create a Distribution Certificate. The Distribution Certificate are used for creating Distribution Provisioning Profiles. Which will allow you to do the following:

  1. Create an Ad-Hoc version of your app (this is used if you want to distribute to beta-users, testers, etc (this is what you want))
  2. Create an App Store version of your app (You'll do this once you're ready to submit it to the App Store)

Below are the Apple steps on how to create an Ad-Hoc version of an app

Ad Hoc distribution allows you to share your application with up to 100 iPhone or iPod touch users, and to distribute your application through email or by posting it to a web site or server. To prepare your application, the following steps will need to be completed.

  1. Create and Download an iPhone Distribution Certificate
  2. Create and Download an Ad Hoc Distribution Provisioning Profile
  3. Build your application with Xcode
  4. Share your application file and the Ad Hoc Distribution Provisioning Profile with the owner of each device
  5. Recipients of the application will need to drag the application file and Ad Hoc Distribution Provisioning Profile into iTunes, then sync their iPhone to iTunes to install

Hope this information points you in the right direction. If you need additional details or walkthroughs just let me know.

维持三分热 2024-08-22 07:47:21

当您使用分发配置文件进行构建时,您需要的 SSL 证书用于生产。就推送(apns)而言,ad hoc==app store。这非常有用,因为您可以通过构建临时应用程序并使用生产证书来测试推送在应用程序商店构建中的工作方式。

The SSL certificate you need is for production when you're building with a distribution provisioning profile. As far as push (apns) is concerned, ad hoc == app store. This is quite helpful, as you can test how push will work in the app store build by building an ad hoc app and using the production certificate.

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