如何进行代码签名以上传到 iTunesConnect

发布于 2024-12-03 00:25:04 字数 1459 浏览 2 评论 0原文

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

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

发布评论

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

评论(2

梦年海沫深 2024-12-10 00:25:04
  1. 阅读其他用户建议您(重新)阅读的所有文档。
  2. 更新/创建分发配置文件,在 iTunesConnect 中设置应用程序状态等待上传
  3. 使用此配置文件在 Xcode 中签署您的应用程序
  4. 选择 iOS Device
  5. Product->Archive
  6. 如果构建成功结束,则 Organizer 将打开。提交您的申请。
  1. Read all the docs that other users suggested you to (re)read.
  2. Update/create provision profile for distribution, set status of app in iTunesConnect Waiting for upload.
  3. Sign your application in Xcode with this profile
  4. Select iOS Device
  5. Product->Archive
  6. If build was successfully ended then Organizer will open. Submit your application.
七禾 2024-12-10 00:25:04

以下是您应该(重新)阅读 Apple 的 iOS 开发指南的两个 Apple 文档:

构建和运行应用程序

管理设备和数字身份

这些将引导您完成代码签名身份。阅读它们。将它们添加为书签。

Here are two apple docs that you should (re)read from Apple's iOS Development Guide:

Building and Running Applications

Managing Devices and Digital Identities

These walk you through the code signing identities. Read them. Bookmark them.

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