如何创建 iPhone 应用程序的二进制文件

发布于 2024-08-06 09:20:33 字数 296 浏览 1 评论 0原文

在阅读 iTunesConnect_DeveloperGuide.pdf 时,我遇到了术语“二进制”。这是 pdf 中的段落:

通过 iTunes Connect 提交您的申请并将其发布在
App Store 成功,请确保您拥有以下内容: 应用程序二进制文件(包括 57px 图标)、用于 App Store 的 512px 大图标, 主屏幕截图、合同信息、出口合规信息和申请 元数据

还提到二进制文件应该是压缩文件。

谁能解释一下什么是二进制文件以及如何创建二进制文件?

谢谢

On reading the iTunesConnect_DeveloperGuide.pdf, i came across the term binary. This is the paragraph found in the pdf:

To submit your application through iTunes Connect and get it posted on the
App Store successfully, make sure you have the following:
Application binary (includes 57px icon), large 512px icon for use on the App Store,
primary screenshot, contract information, export compliance information and applica-
tion metadata

It is also mentioned that the binary should be a zipped file.

Can anyone please explain what is a binary and how to create one?

Thanks

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

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

发布评论

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

评论(3

笑红尘 2024-08-13 09:20:33

这是我发现的方法。如果有任何错误,请纠正我:

在 Xcode 中应用程序的 Products 文件夹中找到以“.app”结尾的文件。
右键单击它并选择在 Finder 中显示。
从那里,再次右键单击并选择压缩。

生成的压缩文件是 iPhone 应用程序的二进制文件。

This is the method I found out. Please correct me if there is any mistake:

Find the file ending in ".app" in the Products folder of your application in Xcode.
Right-click on it and choose Show In Finder.
From there, right-click again and choose Compress.

The resulting zipped file is the binary of your iphone application.

黎歌 2024-08-13 09:20:33

在这种情况下,Apple 真正的意思是完整的应用程序包。您可以通过使用 XCode 为 iPhone OS 目标构建项目来创建它。不要忘记在 XCode 构建过程中为 App Store Distribution 进行签名,如 Apple 的 iTunes Connect / Developer Pogram Portal 文档中所述。

In this case, what Apple really means is the complete Application Bundle. You create it by building your project with XCode for the iPhone OS target. Don't forget to sign it for App Store Distribution during the XCode build process, as described in Apple's iTunes Connect / Developer Pogram Portal documentation.

眼前雾蒙蒙 2024-08-13 09:20:33

要提交应用程序更新,只需登录 iTunes Connect (itunesconnect.apple.com) 并单击“管理应用程序”。单击您要更新的应用程序。从那里,有应用程序的图标,旁边有一个显示“添加版本”的按钮。单击它,然后按照 iTunes Connect 的建议进行操作!如果您提交一个名称相同但版本不同的新应用程序,它只会将一个新应用程序添加到应用程序商店(如果它没有给您错误)!然后,v1.0 和 v1.1 都可供下载。

To submit an app update, just log on to iTunes Connect (itunesconnect.apple.com) and click on "Manage Applications". Click on the application you want to update. From there, there is the icon of the app and next to it, a button that says "Add Version". Click it, and from there just follow iTunes Connect's advice! If you submit a NEW application with the same name but a different version, it will just add a NEW application to the app store (if it doesn't give you an error)! Then, v1.0 and v1.1 will BOTH be available for download.

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