我可以使用 Windows 7 到 OS X 模拟器上传二进制文件吗
我不想购买 Mac 来使用应用程序加载器将我的 iOS 二进制文件上传到 iTunes。有没有办法使用模拟器来做到这一点?
I don't want to buy a Mac to upload my iOS binary to iTunes using Application loader. Is there a way to use an emulator to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简而言之,答案是否。您必须为要上传到的 iOS 使用相关版本的 Xcode。例如,iOS7 需要 Xcode 5。这是因为在上传二进制文件之前,您必须首先对其进行存档,然后对其进行验证。此验证是 Apple 对您的二进制文件进行的快速检查,以确保它没有任何问题。然后,您必须使用您的分发证书对其进行代码签名。据我所知,Windows 上没有模拟器可以做到这一点。
Simply put the answer is no. You have to use the relevant version of Xcode for the iOS you want to upload to. So for example iOS7 requires Xcode 5. This is because before you can upload the binary you must first archive it and then validate it. This validation is a quick Apple check on your binary to ensure nothing is wrong with it. You must then code sign it with your distribution certificates. As far as I'm aware there are no emulators on windows that can do this.