使用 Xcode 3.2 创建适用于 IOS 的可分发应用程序版本
我开发了一个应用程序并在 iPhone 和 iPad 模拟器中进行了测试。在项目中,debug-iphonesimulator 文件夹中有 .app 文件。由于文件夹的名称,对我来说看起来不像“发布”文件。
我现在想做的就是创建应用程序文件,该文件稍后将提交到商店。我找到了很多信息——在一台设备上测试应用程序、创建开发人员帐户、安装临时发行版等等。我想知道的是我必须提交给测试人员并稍后存储的文件以及如何创建它。
在 Android 中,您导出应用程序并在所有设备的末尾都有 .apk。但我不明白IOS的情况如何。
编辑:我对开发者不是唯一拥有开发者帐户的情况特别感兴趣。需要向开发人员发送什么信息给拥有该帐户的人?
我使用的是 Xcode 3.2.6
I developed an app and tested in iPhone and iPad simulators. In the project there's .app file in debug-iphonesimulator folder. Doesn't look like "release" file for me, because of the folder's name.
All I want to do now is create the app file which is going to be submitted later to the stores. I find information about a lot of things - test app on one device, create developer account, install add hoc distrubution and whatever. All I want to know is which is the file I have to submit to testers and store later and how I create it.
In Android you export app and have .apk at the end for all devices. But I don't understand how it is for IOS.
Edit: I'm particulary interested in the case where the developer is not the one owning developer account. What does have to send the developer to the person owning the account?
I'm using Xcode 3.2.6
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是最新版本的xCode,您需要做的就是进入产品->存档,它会组装二进制文件并将其打包以提交到应用商店。准备分发还有更多工作,例如创建分发配置文件,但您可以在苹果开发者网站上找到该信息
If you are using the latest version of xCode, all you need to do is go to product->archive, and it will assemble the binary and package it for submission to the app store. There is a little bit more to preparing for distribution, such as creating a distribution profile, but you can find that information on the developer website for apple