我可以在与另一台计算机同步的设备上测试 iPhone 应用程序吗?
是否可以在同步到除主机之外的计算机的 iPhone/iPod touch 上测试 iPhone 应用程序?
如果是这样,这也适用于测试与 Windows 计算机同步的设备吗?
Is it possible to test an iPhone app on an iPhone/iPod touch which is synced to a computer other than the host computer?
If so, will this also work for testing a device which is synced to a Windows machine?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我不明白为什么不。不过,您确实需要注册设备才能进行任何测试。 这里是一个关于如何执行此操作的很好的教程。
I don't see why not. You do need to register the device to do any testing at all though. Here is a good tutorial for how to do that.
更新:我昨天尝试过,效果很好。
Update: I tried it yesterday and it worked just fine.
你绝对可以。使用 XCode 3.2.3,现在变得非常简单 - 您可以将配置证书动态加载到手机。为此,请通过 USB 插入要使用的手机,在 XCode 中打开 Organizer,然后按照配置设备的说明进行操作。您必须连接到互联网。
注意:如果您尚未接受 Apple 的新开发者协议,则此证书配置步骤可能会失败且不会出现任何提示。
You definitely can. With XCode 3.2.3 it's pretty easy now--you can dynamically load the provisioning certificate to the phone. To do this, plug in the phone that you want to use via USB, open the Organizer in XCode, and follow the instructions for provisioning the device. You must be connected to the internet.
Note: if there are new developers agreements from Apple that you haven't accepted yet, this certificate provisioning step may fail silently.